#6DFFE9
A light, vivid cyan closely aligning with Turquoise.
About #6DFFE9
At its core, #6DFFE9 is a light and vivid hue. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 109 red, 255 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 0% M, 9% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DFFE9
RGB109, 255, 233
HSL171.0°, 100.0%, 71.4%
CMYK57%, 0%, 9%, 0%
HSV171.0°, 57.3%, 100.0%
LAB92.0, -44.3, -1.3
XYZ56.8, 80.7, 89.7
Decimal7208937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.13:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFE9;
}
.text-color {
color: #6DFFE9;
}
.border-color {
border: 2px solid #6DFFE9;
}