Shades of Medium Turquoise #4ECCE1
Tints of Medium Turquoise #4ECCE1
RGB
CMYK
RGB Variations
Color information
#4ECCE1 (or 0x4ECCE1) is known color: Medium Turquoise. HEX triplet: 4E, CC and E1. RGB value is (78,204,225). Sum of RGB (Red+Green+Blue) = 78+204+225=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #4ECCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCE1 is #B1331E. Grayscale: #A8A8A8. Windows color (decimal): -11612959 or 14797902. OLE color: 14797902.
HSL color Cylindrical-coordinate representation of color #4ECCE1: hue angle of 188.57º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECCE1 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 204 | 225 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.12 |
| HSL | 188.57º | 0.71% | 0.59% | - |
| HSV(B) | 188.57º | 0.65% | 0.88% | - |
| XYZ | 38.33 | 50.24 | 78.91 | - |
| YUV | 168.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 225 | 0.65 | 0.09 | 0 | 0.12 | 188.57 | 0.71 | 0.59 |
| Hex | 4E | CC | E1 | 41 | 9 | 0 | C | BD | 47 | 3B |
| Octal | 116 | 314 | 341 | 101 | 11 | 0 | 14 | 275 | 107 | 73 |
| Binary | 1001110 | 11001100 | 11100001 | 1000001 | 1001 | 0 | 1100 | 10111101 | 1000111 | 111011 |
Color Harmonies of #4ECCE1
Complementary color
Monochromatic Colors of #4ECCE1
Black with #4ECCE1
Text Example
Text Example
White with #4ECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCE1; }
p { color: rgb(78,204,225); }
H1.HeaderClassName
{
color: #4ECCE1;
}
.AnyTagClassName
{
color: #4ECCE1;
}
</style>
background-color css
<style>
a { background-color: #4ECCE1; }
a { background-color: rgb(78,204,225); }
div.DivClassName
{
background-color: #4ECCE1;
}
.BgClassName
{
background-color: #4ECCE1;
}
</style>
border-color css
<style>
span { border-color: #4ECCE1; }
span { border-color: rgb(78,204,225); }
td.TdClassName
{
border-color: #4ECCE1;
}
.TagClassName
{
border-color: #4ECCE1;
}
</style>