#50E9D3
A light, vivid cyan closely aligning with Turquoise.
About #50E9D3
Visually, #50E9D3 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(80, 233, 211).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 66% C, 0% M, 9% Y, and 9% K. The HSL representation is 171.4° hue, 77.7% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#50E9D3
RGB80, 233, 211
HSL171.4°, 77.7%, 61.4%
CMYK66%, 0%, 9%, 9%
HSV171.4°, 65.7%, 91.4%
LAB84.3, -45.0, -1.1
XYZ44.2, 64.7, 71.8
Decimal5302739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.94:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9D3;
}
.text-color {
color: #50E9D3;
}
.border-color {
border: 2px solid #50E9D3;
}