#50F0E9
A light, vivid cyan closely aligning with Turquoise.
About #50F0E9
Visually, #50F0E9 is defined as a vivid cyan. 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 233.
Translating this color to physical media requires the CMYK color model. The color uses 67% Cyan, 0% Magenta, 3% Yellow, and 6% Black. With a hue angle of 177.4 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F0E9
RGB80, 240, 233
HSL177.4°, 84.2%, 62.7%
CMYK67%, 0%, 3%, 6%
HSV177.4°, 66.7%, 94.1%
LAB87.0, -42.4, -8.8
XYZ49.2, 69.9, 88.0
Decimal5304553
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.98:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0E9;
}
.text-color {
color: #50F0E9;
}
.border-color {
border: 2px solid #50F0E9;
}