#33F8DB
A medium, vivid cyan closely aligning with Aquamarine.
About #33F8DB
At its core, #33F8DB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 79% C, 0% M, 12% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#33F8DB
RGB51, 248, 219
HSL171.2°, 93.4%, 58.6%
CMYK79%, 0%, 12%, 3%
HSV171.2°, 79.4%, 97.3%
LAB88.4, -52.7, 0.6
XYZ47.7, 73.0, 78.6
Decimal3406043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.59:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8DB;
}
.text-color {
color: #33F8DB;
}
.border-color {
border: 2px solid #33F8DB;
}