Shades of Turquoise Blue #4ECCEC
Tints of Turquoise Blue #4ECCEC
RGB
CMYK
RGB Variations
Color information
#4ECCEC (or 0x4ECCEC) is known color: Turquoise Blue. HEX triplet: 4E, CC and EC. RGB value is (78,204,236). Sum of RGB (Red+Green+Blue) = 78+204+236=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ECCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCEC is #B13313. Grayscale: #A9A9A9. Windows color (decimal): -11612948 or 15518798. OLE color: 15518798.
HSL color Cylindrical-coordinate representation of color #4ECCEC: hue angle of 192.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ECCEC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 204 | 236 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.15º | 0.81% | 0.62% | - |
| HSV(B) | 192.15º | 0.67% | 0.93% | - |
| XYZ | 39.88 | 50.86 | 87.07 | - |
| YUV | 169.97 | 165.26 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 236 | 0.67 | 0.14 | 0 | 0.07 | 192.15 | 0.81 | 0.62 |
| Hex | 4E | CC | EC | 43 | E | 0 | 7 | C0 | 51 | 3E |
| Octal | 116 | 314 | 354 | 103 | 16 | 0 | 7 | 300 | 121 | 76 |
| Binary | 1001110 | 11001100 | 11101100 | 1000011 | 1110 | 0 | 111 | 11000000 | 1010001 | 111110 |
Color Harmonies of #4ECCEC
Complementary color
Monochromatic Colors of #4ECCEC
Black with #4ECCEC
Text Example
Text Example
White with #4ECCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCEC; }
p { color: rgb(78,204,236); }
H1.HeaderClassName
{
color: #4ECCEC;
}
.AnyTagClassName
{
color: #4ECCEC;
}
</style>
background-color css
<style>
a { background-color: #4ECCEC; }
a { background-color: rgb(78,204,236); }
div.DivClassName
{
background-color: #4ECCEC;
}
.BgClassName
{
background-color: #4ECCEC;
}
</style>
border-color css
<style>
span { border-color: #4ECCEC; }
span { border-color: rgb(78,204,236); }
td.TdClassName
{
border-color: #4ECCEC;
}
.TagClassName
{
border-color: #4ECCEC;
}
</style>