Shades of Medium Turquoise #4ECFE0
Tints of Medium Turquoise #4ECFE0
RGB
CMYK
RGB Variations
Color information
#4ECFE0 (or 0x4ECFE0) is known color: Medium Turquoise. HEX triplet: 4E, CF and E0. RGB value is (78,207,224). Sum of RGB (Red+Green+Blue) = 78+207+224=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ECFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECFE0 is #B1301F. Grayscale: #AAAAAA. Windows color (decimal): -11612192 or 14733134. OLE color: 14733134.
HSL color Cylindrical-coordinate representation of color #4ECFE0: hue angle of 186.99º degrees, saturation: 0.7, 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 #4ECFE0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 207 | 224 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.12 |
| HSL | 186.99º | 0.7% | 0.59% | - |
| HSV(B) | 186.99º | 0.65% | 0.88% | - |
| XYZ | 38.91 | 51.63 | 78.44 | - |
| YUV | 170.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 207 | 224 | 0.65 | 0.08 | 0 | 0.12 | 186.99 | 0.7 | 0.59 |
| Hex | 4E | CF | E0 | 41 | 8 | 0 | C | BB | 46 | 3B |
| Octal | 116 | 317 | 340 | 101 | 10 | 0 | 14 | 273 | 106 | 73 |
| Binary | 1001110 | 11001111 | 11100000 | 1000001 | 1000 | 0 | 1100 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4ECFE0
Complementary color
Monochromatic Colors of #4ECFE0
Black with #4ECFE0
Text Example
Text Example
White with #4ECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECFE0; }
p { color: rgb(78,207,224); }
H1.HeaderClassName
{
color: #4ECFE0;
}
.AnyTagClassName
{
color: #4ECFE0;
}
</style>
background-color css
<style>
a { background-color: #4ECFE0; }
a { background-color: rgb(78,207,224); }
div.DivClassName
{
background-color: #4ECFE0;
}
.BgClassName
{
background-color: #4ECFE0;
}
</style>
border-color css
<style>
span { border-color: #4ECFE0; }
span { border-color: rgb(78,207,224); }
td.TdClassName
{
border-color: #4ECFE0;
}
.TagClassName
{
border-color: #4ECFE0;
}
</style>