Shades of Turquoise Blue #6EDADB
Tints of Turquoise Blue #6EDADB
RGB
CMYK
RGB Variations
Color information
#6EDADB (or 0x6EDADB) is known color: Turquoise Blue. HEX triplet: 6E, DA and DB. RGB value is (110,218,219). Sum of RGB (Red+Green+Blue) = 110+218+219=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDADB is #912524. Grayscale: #B9B9B9. Windows color (decimal): -9512229 or 14408302. OLE color: 14408302.
HSL color Cylindrical-coordinate representation of color #6EDADB: hue angle of 180.55º degrees, saturation: 0.6, 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 #6EDADB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 218 | 219 | - |
| CMYK | 0.50 | 0.00 | 0 | 0.14 |
| HSL | 180.55º | 0.6% | 0.65% | - |
| HSV(B) | 180.55º | 0.5% | 0.86% | - |
| XYZ | 44.29 | 58.57 | 75.99 | - |
| YUV | 185.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 219 | 0.50 | 0.00 | 0 | 0.14 | 180.55 | 0.6 | 0.65 |
| Hex | 6E | DA | DB | 32 | 0 | 0 | E | B5 | 3C | 41 |
| Octal | 156 | 332 | 333 | 62 | 0 | 0 | 16 | 265 | 74 | 101 |
| Binary | 1101110 | 11011010 | 11011011 | 110010 | 0 | 0 | 1110 | 10110101 | 111100 | 1000001 |
Color Harmonies of #6EDADB
Complementary color
Monochromatic Colors of #6EDADB
Black with #6EDADB
Text Example
Text Example
White with #6EDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDADB; }
p { color: rgb(110,218,219); }
H1.HeaderClassName
{
color: #6EDADB;
}
.AnyTagClassName
{
color: #6EDADB;
}
</style>
background-color css
<style>
a { background-color: #6EDADB; }
a { background-color: rgb(110,218,219); }
div.DivClassName
{
background-color: #6EDADB;
}
.BgClassName
{
background-color: #6EDADB;
}
</style>
border-color css
<style>
span { border-color: #6EDADB; }
span { border-color: rgb(110,218,219); }
td.TdClassName
{
border-color: #6EDADB;
}
.TagClassName
{
border-color: #6EDADB;
}
</style>