#6DF8E9
A light, vivid cyan closely aligning with Turquoise.
About #6DF8E9
Visually, #6DF8E9 is defined as a vivid cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(109, 248, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6DF8E9
RGB109, 248, 233
HSL173.5°, 90.8%, 70.0%
CMYK56%, 0%, 6%, 3%
HSV173.5°, 56.0%, 97.3%
LAB90.0, -41.2, -4.2
XYZ54.6, 76.3, 88.9
Decimal7207145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8E9;
}
.text-color {
color: #6DF8E9;
}
.border-color {
border: 2px solid #6DF8E9;
}