#50E9CC
A light, vivid cyan closely aligning with Turquoise.
About #50E9CC
At its core, #50E9CC is a light and vivid hue. 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, 233, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 66% Cyan, 0% Magenta, 12% Yellow, and 9% Black. With a hue angle of 168.6 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E9CC
RGB80, 233, 204
HSL168.6°, 77.7%, 61.4%
CMYK66%, 0%, 12%, 9%
HSV168.6°, 65.7%, 91.4%
LAB84.1, -46.8, 2.3
XYZ43.3, 64.3, 67.3
Decimal5302732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9CC;
}
.text-color {
color: #50E9CC;
}
.border-color {
border: 2px solid #50E9CC;
}