#33E9FF
A light, vivid cyan closely aligning with Darkturquoise.
About #33E9FF
Visually, #33E9FF is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(51, 233, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 80% C, 9% M, 0% Y, and 0% K. The HSL representation is 186.5° hue, 100.0% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33E9FF
RGB51, 233, 255
HSL186.5°, 100.0%, 60.0%
CMYK80%, 9%, 0%, 0%
HSV186.5°, 80.0%, 100.0%
LAB85.1, -36.1, -23.2
XYZ48.6, 66.2, 104.8
Decimal3402239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E9FF;
}
.text-color {
color: #33E9FF;
}
.border-color {
border: 2px solid #33E9FF;
}