#50DBE2
A light, vivid cyan closely aligning with Darkturquoise.
About #50DBE2
At its core, #50DBE2 is a light and vivid hue. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(80, 219, 226).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 65% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50DBE2
RGB80, 219, 226
HSL182.9°, 71.6%, 60.0%
CMYK65%, 3%, 0%, 11%
HSV182.9°, 64.6%, 88.6%
LAB80.7, -34.7, -14.5
XYZ42.4, 57.9, 80.9
Decimal5299170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.57:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBE2;
}
.text-color {
color: #50DBE2;
}
.border-color {
border: 2px solid #50DBE2;
}