#6DF0DB
A light, vivid cyan closely aligning with Turquoise.
About #6DF0DB
At its core, #6DF0DB is a light and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 109 parts red, 240 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DF0DB
RGB109, 240, 219
HSL170.4°, 81.4%, 68.4%
CMYK55%, 0%, 9%, 6%
HSV170.4°, 54.6%, 94.1%
LAB87.3, -41.1, -0.8
XYZ50.3, 70.7, 78.0
Decimal7205083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.14:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF0DB;
}
.text-color {
color: #6DF0DB;
}
.border-color {
border: 2px solid #6DF0DB;
}