#50F0D3
A light, vivid cyan closely aligning with Turquoise.
About #50F0D3
When working with digital screens, the color #50F0D3 is rendered by mixing light. It is closely associated with the named CSS color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 240, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 12% Y, and 6% K. With a hue angle of 169.1 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50F0D3
RGB80, 240, 211
HSL169.1°, 84.2%, 62.7%
CMYK67%, 0%, 12%, 6%
HSV169.1°, 66.7%, 94.1%
LAB86.4, -48.0, 1.9
XYZ46.2, 68.7, 72.5
Decimal5304531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.75:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0D3;
}
.text-color {
color: #50F0D3;
}
.border-color {
border: 2px solid #50F0D3;
}