#50E2E9
A light, vivid cyan closely aligning with Darkturquoise.
About #50E2E9
When working with digital screens, the color #50E2E9 is rendered by mixing light. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 80 red, 226 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 66% C, 3% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50E2E9
RGB80, 226, 233
HSL182.7°, 77.7%, 61.4%
CMYK66%, 3%, 0%, 9%
HSV182.7°, 65.7%, 91.4%
LAB82.9, -36.0, -14.8
XYZ45.2, 62.0, 86.7
Decimal5300969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.40:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E2E9;
}
.text-color {
color: #50E2E9;
}
.border-color {
border: 2px solid #50E2E9;
}