Shades of Turquoise Blue #6EECDB
Tints of Turquoise Blue #6EECDB
RGB
CMYK
RGB Variations
Color information
#6EECDB (or 0x6EECDB) is known color: Turquoise Blue. HEX triplet: 6E, EC and DB. RGB value is (110,236,219). Sum of RGB (Red+Green+Blue) = 110+236+219=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECDB is #911324. Grayscale: #C4C4C4. Windows color (decimal): -9507621 or 14412910. OLE color: 14412910.
HSL color Cylindrical-coordinate representation of color #6EECDB: hue angle of 171.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECDB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 219 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 171.9º | 0.77% | 0.68% | - |
| HSV(B) | 171.9º | 0.53% | 0.93% | - |
| XYZ | 49.21 | 68.42 | 77.63 | - |
| YUV | 196.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 219 | 0.53 | 0 | 0.07 | 0.07 | 171.9 | 0.77 | 0.68 |
| Hex | 6E | EC | DB | 35 | 0 | 7 | 7 | AC | 4D | 44 |
| Octal | 156 | 354 | 333 | 65 | 0 | 7 | 7 | 254 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11011011 | 110101 | 0 | 111 | 111 | 10101100 | 1001101 | 1000100 |
Color Harmonies of #6EECDB
Complementary color
Monochromatic Colors of #6EECDB
Black with #6EECDB
Text Example
Text Example
White with #6EECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECDB; }
p { color: rgb(110,236,219); }
H1.HeaderClassName
{
color: #6EECDB;
}
.AnyTagClassName
{
color: #6EECDB;
}
</style>
background-color css
<style>
a { background-color: #6EECDB; }
a { background-color: rgb(110,236,219); }
div.DivClassName
{
background-color: #6EECDB;
}
.BgClassName
{
background-color: #6EECDB;
}
</style>
border-color css
<style>
span { border-color: #6EECDB; }
span { border-color: rgb(110,236,219); }
td.TdClassName
{
border-color: #6EECDB;
}
.TagClassName
{
border-color: #6EECDB;
}
</style>