Shades of Turquoise Blue #4ECCED
Tints of Turquoise Blue #4ECCED
RGB
CMYK
RGB Variations
Color information
#4ECCED (or 0x4ECCED) is known color: Turquoise Blue. HEX triplet: 4E, CC and ED. RGB value is (78,204,237). Sum of RGB (Red+Green+Blue) = 78+204+237=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ECCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCED is #B13312. Grayscale: #A9A9A9. Windows color (decimal): -11612947 or 15584334. OLE color: 15584334.
HSL color Cylindrical-coordinate representation of color #4ECCED: hue angle of 192.45º degrees, saturation: 0.82, 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 #4ECCED is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 204 | 237 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.45º | 0.82% | 0.62% | - |
| HSV(B) | 192.45º | 0.67% | 0.93% | - |
| XYZ | 40.02 | 50.92 | 87.84 | - |
| YUV | 170.09 | 165.76 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 237 | 0.67 | 0.14 | 0 | 0.07 | 192.45 | 0.82 | 0.62 |
| Hex | 4E | CC | ED | 43 | E | 0 | 7 | C0 | 52 | 3E |
| Octal | 116 | 314 | 355 | 103 | 16 | 0 | 7 | 300 | 122 | 76 |
| Binary | 1001110 | 11001100 | 11101101 | 1000011 | 1110 | 0 | 111 | 11000000 | 1010010 | 111110 |
Color Harmonies of #4ECCED
Complementary color
Monochromatic Colors of #4ECCED
Black with #4ECCED
Text Example
Text Example
White with #4ECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCED; }
p { color: rgb(78,204,237); }
H1.HeaderClassName
{
color: #4ECCED;
}
.AnyTagClassName
{
color: #4ECCED;
}
</style>
background-color css
<style>
a { background-color: #4ECCED; }
a { background-color: rgb(78,204,237); }
div.DivClassName
{
background-color: #4ECCED;
}
.BgClassName
{
background-color: #4ECCED;
}
</style>
border-color css
<style>
span { border-color: #4ECCED; }
span { border-color: rgb(78,204,237); }
td.TdClassName
{
border-color: #4ECCED;
}
.TagClassName
{
border-color: #4ECCED;
}
</style>