#50F0E2
A light, vivid cyan closely aligning with Turquoise.
About #50F0E2
Visually, #50F0E2 is defined as a vivid cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(80, 240, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 6% Y, and 6% K. The HSL representation is 174.8° hue, 84.2% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50F0E2
RGB80, 240, 226
HSL174.8°, 84.2%, 62.7%
CMYK67%, 0%, 6%, 6%
HSV174.8°, 66.7%, 94.1%
LAB86.8, -44.2, -5.4
XYZ48.2, 69.5, 82.8
Decimal5304546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0E2;
}
.text-color {
color: #50F0E2;
}
.border-color {
border: 2px solid #50F0E2;
}