#33DBE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #33DBE2
At its core, #33DBE2 is a medium and vivid hue. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 219, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 3% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
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#33DBE2
RGB51, 219, 226
HSL182.4°, 75.1%, 54.3%
CMYK77%, 3%, 0%, 11%
HSV182.4°, 77.4%, 88.6%
LAB80.1, -38.2, -15.4
XYZ40.4, 56.9, 80.8
Decimal3398626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.37:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DBE2;
}
.text-color {
color: #33DBE2;
}
.border-color {
border: 2px solid #33DBE2;
}