#50DBE9
A light, vivid cyan closely aligning with Darkturquoise.
About #50DBE9
At its core, #50DBE9 is a light and vivid hue. Designers often compare it to the standard color Darkturquoise. Its digital footprint relies on 80 parts red, 219 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 66% cyan, 6% magenta, 0% yellow, and 9% black. The HSL representation is 185.5° hue, 77.7% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50DBE9
RGB80, 219, 233
HSL185.5°, 77.7%, 61.4%
CMYK66%, 6%, 0%, 9%
HSV185.5°, 65.7%, 91.4%
LAB80.9, -32.7, -17.9
XYZ43.3, 58.3, 86.0
Decimal5299177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBE9;
}
.text-color {
color: #50DBE9;
}
.border-color {
border: 2px solid #50DBE9;
}