#33CCE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #33CCE2
Visually, #33CCE2 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 51 red, 204 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. The color uses 77% Cyan, 10% Magenta, 0% Yellow, and 11% Black. The HSL representation is 187.5° hue, 75.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#33CCE2
RGB51, 204, 226
HSL187.5°, 75.1%, 54.3%
CMYK77%, 10%, 0%, 11%
HSV187.5°, 77.4%, 88.6%
LAB75.7, -31.2, -22.0
XYZ36.7, 49.4, 79.5
Decimal3394786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CCE2;
}
.text-color {
color: #33CCE2;
}
.border-color {
border: 2px solid #33CCE2;
}