#50BDCC
A medium, moderate cyan closely aligning with Darkturquoise.
About #50BDCC
The precise color #50BDCC is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(80, 189, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 61% cyan and 7% magenta inks. With a hue angle of 187.3 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50BDCC
RGB80, 189, 204
HSL187.3°, 54.9%, 55.7%
CMYK61%, 7%, 0%, 20%
HSV187.3°, 60.8%, 80.0%
LAB71.2, -26.5, -16.9
XYZ32.4, 42.5, 63.6
Decimal5291468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.49:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BDCC;
}
.text-color {
color: #50BDCC;
}
.border-color {
border: 2px solid #50BDCC;
}