#6DF0F0
A light, vivid cyan closely aligning with Mediumturquoise.
About #6DF0F0
When working with digital screens, the color #6DF0F0 is rendered by mixing light. Designers often compare it to the standard color Mediumturquoise. Its digital footprint relies on 109 parts red, 240 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 55% cyan, 0% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF0F0
RGB109, 240, 240
HSL180.0°, 81.4%, 68.4%
CMYK55%, 0%, 0%, 6%
HSV180.0°, 54.6%, 94.1%
LAB87.9, -35.8, -11.0
XYZ53.2, 71.9, 93.5
Decimal7205104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF0F0;
}
.text-color {
color: #6DF0F0;
}
.border-color {
border: 2px solid #6DF0F0;
}