Shades of Turquoise Blue #6ECEEF
Tints of Turquoise Blue #6ECEEF
RGB
CMYK
RGB Variations
Color information
#6ECEEF (or 0x6ECEEF) is known color: Turquoise Blue. HEX triplet: 6E, CE and EF. RGB value is (110,206,239). Sum of RGB (Red+Green+Blue) = 110+206+239=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ECEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEEF is #913110. Grayscale: #B4B4B4. Windows color (decimal): -9515281 or 15715950. OLE color: 15715950.
HSL color Cylindrical-coordinate representation of color #6ECEEF: hue angle of 195.35º 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 #6ECEEF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 206 | 239 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.06 |
| HSL | 195.35º | 0.8% | 0.68% | - |
| HSV(B) | 195.35º | 0.54% | 0.94% | - |
| XYZ | 44.08 | 53.69 | 89.7 | - |
| YUV | 181.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 239 | 0.54 | 0.14 | 0 | 0.06 | 195.35 | 0.8 | 0.68 |
| Hex | 6E | CE | EF | 36 | E | 0 | 6 | C3 | 50 | 44 |
| Octal | 156 | 316 | 357 | 66 | 16 | 0 | 6 | 303 | 120 | 104 |
| Binary | 1101110 | 11001110 | 11101111 | 110110 | 1110 | 0 | 110 | 11000011 | 1010000 | 1000100 |
Color Harmonies of #6ECEEF
Complementary color
Monochromatic Colors of #6ECEEF
Black with #6ECEEF
Text Example
Text Example
White with #6ECEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEEF; }
p { color: rgb(110,206,239); }
H1.HeaderClassName
{
color: #6ECEEF;
}
.AnyTagClassName
{
color: #6ECEEF;
}
</style>
background-color css
<style>
a { background-color: #6ECEEF; }
a { background-color: rgb(110,206,239); }
div.DivClassName
{
background-color: #6ECEEF;
}
.BgClassName
{
background-color: #6ECEEF;
}
</style>
border-color css
<style>
span { border-color: #6ECEEF; }
span { border-color: rgb(110,206,239); }
td.TdClassName
{
border-color: #6ECEEF;
}
.TagClassName
{
border-color: #6ECEEF;
}
</style>