#50E9F0
A light, vivid cyan closely aligning with Darkturquoise.
About #50E9F0
Visually, #50E9F0 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 80 red, 233 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 3% Magenta, 0% Yellow, and 6% Black. With a hue angle of 182.6 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#50E9F0
RGB80, 233, 240
HSL182.6°, 84.2%, 62.7%
CMYK67%, 3%, 0%, 6%
HSV182.6°, 66.7%, 94.1%
LAB85.1, -37.3, -15.2
XYZ48.2, 66.3, 92.7
Decimal5302768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.25:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9F0;
}
.text-color {
color: #50E9F0;
}
.border-color {
border: 2px solid #50E9F0;
}