#33D3E2
A medium, vivid cyan closely aligning with Darkturquoise.
About #33D3E2
Visually, #33D3E2 is defined as a vivid cyan. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 51 parts red, 211 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 7% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33D3E2
RGB51, 211, 226
HSL185.1°, 75.1%, 54.3%
CMYK77%, 7%, 0%, 11%
HSV185.1°, 77.4%, 88.6%
LAB77.7, -34.5, -18.9
XYZ38.4, 52.8, 80.1
Decimal3396578
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.56:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D3E2;
}
.text-color {
color: #33D3E2;
}
.border-color {
border: 2px solid #33D3E2;
}