#6DF8F0
A light, vivid cyan closely aligning with Turquoise.
About #6DF8F0
Visually, #6DF8F0 is defined as a vivid cyan. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(109, 248, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 3% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DF8F0
RGB109, 248, 240
HSL176.5°, 90.8%, 70.0%
CMYK56%, 0%, 3%, 3%
HSV176.5°, 56.0%, 97.3%
LAB90.2, -39.5, -7.6
XYZ55.6, 76.7, 94.3
Decimal7207152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.34:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF8F0;
}
.text-color {
color: #6DF8F0;
}
.border-color {
border: 2px solid #6DF8F0;
}