#33E9F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #33E9F0
At its core, #33E9F0 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, 233, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 79% cyan, 3% magenta, 0% yellow, and 6% black. 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#33E9F0
RGB51, 233, 240
HSL182.2°, 86.3%, 57.1%
CMYK79%, 3%, 0%, 6%
HSV182.2°, 78.8%, 94.1%
LAB84.6, -40.5, -16.0
XYZ46.2, 65.3, 92.6
Decimal3402224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.05:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E9F0;
}
.text-color {
color: #33E9F0;
}
.border-color {
border: 2px solid #33E9F0;
}