Shades of Turquoise Blue #6EECEF
Tints of Turquoise Blue #6EECEF
RGB
CMYK
RGB Variations
Color information
#6EECEF (or 0x6EECEF) is known color: Turquoise Blue. HEX triplet: 6E, EC and EF. RGB value is (110,236,239). Sum of RGB (Red+Green+Blue) = 110+236+239=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECEF is #911310. Grayscale: #C6C6C6. Windows color (decimal): -9507601 or 15723630. OLE color: 15723630.
HSL color Cylindrical-coordinate representation of color #6EECEF: hue angle of 181.4º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EECEF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 236 | 239 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.06 |
| HSL | 181.4º | 0.8% | 0.68% | - |
| HSV(B) | 181.4º | 0.54% | 0.94% | - |
| XYZ | 52.01 | 69.54 | 92.34 | - |
| YUV | 198.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 239 | 0.54 | 0.01 | 0 | 0.06 | 181.4 | 0.8 | 0.68 |
| Hex | 6E | EC | EF | 36 | 1 | 0 | 6 | B5 | 50 | 44 |
| Octal | 156 | 354 | 357 | 66 | 1 | 0 | 6 | 265 | 120 | 104 |
| Binary | 1101110 | 11101100 | 11101111 | 110110 | 1 | 0 | 110 | 10110101 | 1010000 | 1000100 |
Color Harmonies of #6EECEF
Complementary color
Monochromatic Colors of #6EECEF
Black with #6EECEF
Text Example
Text Example
White with #6EECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECEF; }
p { color: rgb(110,236,239); }
H1.HeaderClassName
{
color: #6EECEF;
}
.AnyTagClassName
{
color: #6EECEF;
}
</style>
background-color css
<style>
a { background-color: #6EECEF; }
a { background-color: rgb(110,236,239); }
div.DivClassName
{
background-color: #6EECEF;
}
.BgClassName
{
background-color: #6EECEF;
}
</style>
border-color css
<style>
span { border-color: #6EECEF; }
span { border-color: rgb(110,236,239); }
td.TdClassName
{
border-color: #6EECEF;
}
.TagClassName
{
border-color: #6EECEF;
}
</style>