#33BDD3
A medium, moderate cyan closely aligning with Darkturquoise.
About #33BDD3
At its core, #33BDD3 is a medium and moderate hue. Its closest recognized web color is Darkturquoise. Its digital footprint relies on 51 parts red, 189 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 76% cyan and 10% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33BDD3
RGB51, 189, 211
HSL188.2°, 64.5%, 51.4%
CMYK76%, 10%, 0%, 17%
HSV188.2°, 75.8%, 82.7%
LAB70.7, -28.5, -21.5
XYZ31.3, 41.8, 68.0
Decimal3390931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33BDD3;
}
.text-color {
color: #33BDD3;
}
.border-color {
border: 2px solid #33BDD3;
}