#50E2CC
A light, vivid cyan closely aligning with Turquoise.
About #50E2CC
At its core, #50E2CC is a light and vivid hue. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 226, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 0% Magenta, 10% Yellow, and 11% Black. With a hue angle of 171.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E2CC
RGB80, 226, 204
HSL171.0°, 71.6%, 60.0%
CMYK65%, 0%, 10%, 11%
HSV171.0°, 64.6%, 88.6%
LAB82.1, -43.8, -0.7
XYZ41.4, 60.5, 66.6
Decimal5300940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E2CC;
}
.text-color {
color: #50E2CC;
}
.border-color {
border: 2px solid #50E2CC;
}