#50E2D3
A light, vivid cyan closely aligning with Turquoise.
About #50E2D3
At its core, #50E2D3 is a light and vivid hue. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 226, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 0% M, 7% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E2D3
RGB80, 226, 211
HSL173.8°, 71.6%, 60.0%
CMYK65%, 0%, 7%, 11%
HSV173.8°, 64.6%, 88.6%
LAB82.3, -42.0, -4.1
XYZ42.3, 60.8, 71.1
Decimal5300947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.16:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E2D3;
}
.text-color {
color: #50E2D3;
}
.border-color {
border: 2px solid #50E2D3;
}