mediumTurquoise property

Vector4 get mediumTurquoise

RGBA values for the named CSS color 'mediumturquoise'.

Implementation

static Vector4 get mediumTurquoise =>
    Vector4(72.0 / 255.0, 209.0 / 255.0, 204.0 / 255.0, 255.0 / 255.0);