Shades of Turquoise Blue #6ED1DC
Tints of Turquoise Blue #6ED1DC
RGB
CMYK
RGB Variations
Color information
#6ED1DC (or 0x6ED1DC) is known color: Turquoise Blue. HEX triplet: 6E, D1 and DC. RGB value is (110,209,220). Sum of RGB (Red+Green+Blue) = 110+209+220=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ED1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1DC is #912E23. Grayscale: #B4B4B4. Windows color (decimal): -9514532 or 14471534. OLE color: 14471534.
HSL color Cylindrical-coordinate representation of color #6ED1DC: hue angle of 186º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED1DC is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 209 | 220 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.14 |
| HSL | 186º | 0.61% | 0.65% | - |
| HSV(B) | 186º | 0.5% | 0.86% | - |
| XYZ | 42.15 | 54.08 | 75.93 | - |
| YUV | 180.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 220 | 0.50 | 0.05 | 0 | 0.14 | 186 | 0.61 | 0.65 |
| Hex | 6E | D1 | DC | 32 | 5 | 0 | E | BA | 3D | 41 |
| Octal | 156 | 321 | 334 | 62 | 5 | 0 | 16 | 272 | 75 | 101 |
| Binary | 1101110 | 11010001 | 11011100 | 110010 | 101 | 0 | 1110 | 10111010 | 111101 | 1000001 |
Color Harmonies of #6ED1DC
Complementary color
Monochromatic Colors of #6ED1DC
Black with #6ED1DC
Text Example
Text Example
White with #6ED1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED1DC; }
p { color: rgb(110,209,220); }
H1.HeaderClassName
{
color: #6ED1DC;
}
.AnyTagClassName
{
color: #6ED1DC;
}
</style>
background-color css
<style>
a { background-color: #6ED1DC; }
a { background-color: rgb(110,209,220); }
div.DivClassName
{
background-color: #6ED1DC;
}
.BgClassName
{
background-color: #6ED1DC;
}
</style>
border-color css
<style>
span { border-color: #6ED1DC; }
span { border-color: rgb(110,209,220); }
td.TdClassName
{
border-color: #6ED1DC;
}
.TagClassName
{
border-color: #6ED1DC;
}
</style>