#33DBDB
A medium, moderate cyan closely aligning with Darkturquoise.
About #33DBDB
At its core, #33DBDB is a medium and moderate hue. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(51, 219, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 0% Yellow, and 14% Black. The HSL representation is 180.0° hue, 70.0% saturation, and 52.9% 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#33DBDB
RGB51, 219, 219
HSL180.0°, 70.0%, 52.9%
CMYK77%, 0%, 0%, 14%
HSV180.0°, 76.7%, 85.9%
LAB79.9, -40.2, -12.0
XYZ39.5, 56.5, 75.8
Decimal3398619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.30:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DBDB;
}
.text-color {
color: #33DBDB;
}
.border-color {
border: 2px solid #33DBDB;
}