#33D3B6
A medium, moderate cyan closely aligning with Turquoise.
About #33D3B6
Visually, #33D3B6 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Turquoise. This translates to an RGB value of rgb(51, 211, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 76% cyan, 0% magenta, 14% yellow, and 17% 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. 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#33D3B6
RGB51, 211, 182
HSL169.1°, 64.5%, 51.4%
CMYK76%, 0%, 14%, 17%
HSV169.1°, 75.8%, 82.7%
LAB76.5, -46.8, 2.8
XYZ33.1, 50.7, 52.3
Decimal3396534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D3B6;
}
.text-color {
color: #33D3B6;
}
.border-color {
border: 2px solid #33D3B6;
}