#33F0DB
A medium, vivid cyan closely aligning with Turquoise.
About #33F0DB
When working with digital screens, the color #33F0DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 51 red, 240 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33F0DB
RGB51, 240, 219
HSL173.3°, 86.3%, 57.1%
CMYK79%, 0%, 9%, 6%
HSV173.3°, 78.8%, 94.1%
LAB86.1, -49.4, -2.8
XYZ45.3, 68.1, 77.8
Decimal3403995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.63:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0DB;
}
.text-color {
color: #33F0DB;
}
.border-color {
border: 2px solid #33F0DB;
}