Shades of Turquoise Blue #4ECCF2
Tints of Turquoise Blue #4ECCF2
RGB
CMYK
RGB Variations
Color information
#4ECCF2 (or 0x4ECCF2) is known color: Turquoise Blue. HEX triplet: 4E, CC and F2. RGB value is (78,204,242). Sum of RGB (Red+Green+Blue) = 78+204+242=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ECCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECCF2 is #B1330D. Grayscale: #AAAAAA. Windows color (decimal): -11612942 or 15912014. OLE color: 15912014.
HSL color Cylindrical-coordinate representation of color #4ECCF2: hue angle of 193.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ECCF2 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 204 | 242 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.05 |
| HSL | 193.9º | 0.86% | 0.63% | - |
| HSV(B) | 193.9º | 0.68% | 0.95% | - |
| XYZ | 40.76 | 51.22 | 91.74 | - |
| YUV | 170.66 | 168.26 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 242 | 0.68 | 0.16 | 0 | 0.05 | 193.9 | 0.86 | 0.63 |
| Hex | 4E | CC | F2 | 44 | 10 | 0 | 5 | C2 | 56 | 3F |
| Octal | 116 | 314 | 362 | 104 | 20 | 0 | 5 | 302 | 126 | 77 |
| Binary | 1001110 | 11001100 | 11110010 | 1000100 | 10000 | 0 | 101 | 11000010 | 1010110 | 111111 |
Color Harmonies of #4ECCF2
Complementary color
Monochromatic Colors of #4ECCF2
Black with #4ECCF2
Text Example
Text Example
White with #4ECCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCF2; }
p { color: rgb(78,204,242); }
H1.HeaderClassName
{
color: #4ECCF2;
}
.AnyTagClassName
{
color: #4ECCF2;
}
</style>
background-color css
<style>
a { background-color: #4ECCF2; }
a { background-color: rgb(78,204,242); }
div.DivClassName
{
background-color: #4ECCF2;
}
.BgClassName
{
background-color: #4ECCF2;
}
</style>
border-color css
<style>
span { border-color: #4ECCF2; }
span { border-color: rgb(78,204,242); }
td.TdClassName
{
border-color: #4ECCF2;
}
.TagClassName
{
border-color: #4ECCF2;
}
</style>