Shades of Medium Turquoise #4ECAE1
Tints of Medium Turquoise #4ECAE1
RGB
CMYK
RGB Variations
Color information
#4ECAE1 (or 0x4ECAE1) is known color: Medium Turquoise. HEX triplet: 4E, CA and E1. RGB value is (78,202,225). Sum of RGB (Red+Green+Blue) = 78+202+225=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #4ECAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAE1 is #B1351E. Grayscale: #A7A7A7. Windows color (decimal): -11613471 or 14797390. OLE color: 14797390.
HSL color Cylindrical-coordinate representation of color #4ECAE1: hue angle of 189.39º 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 #4ECAE1 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 202 | 225 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.12 |
| HSL | 189.39º | 0.71% | 0.59% | - |
| HSV(B) | 189.39º | 0.65% | 0.88% | - |
| XYZ | 37.85 | 49.3 | 78.75 | - |
| YUV | 167.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 225 | 0.65 | 0.10 | 0 | 0.12 | 189.39 | 0.71 | 0.59 |
| Hex | 4E | CA | E1 | 41 | A | 0 | C | BD | 47 | 3B |
| Octal | 116 | 312 | 341 | 101 | 12 | 0 | 14 | 275 | 107 | 73 |
| Binary | 1001110 | 11001010 | 11100001 | 1000001 | 1010 | 0 | 1100 | 10111101 | 1000111 | 111011 |
Color Harmonies of #4ECAE1
Complementary color
Monochromatic Colors of #4ECAE1
Black with #4ECAE1
Text Example
Text Example
White with #4ECAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAE1; }
p { color: rgb(78,202,225); }
H1.HeaderClassName
{
color: #4ECAE1;
}
.AnyTagClassName
{
color: #4ECAE1;
}
</style>
background-color css
<style>
a { background-color: #4ECAE1; }
a { background-color: rgb(78,202,225); }
div.DivClassName
{
background-color: #4ECAE1;
}
.BgClassName
{
background-color: #4ECAE1;
}
</style>
border-color css
<style>
span { border-color: #4ECAE1; }
span { border-color: rgb(78,202,225); }
td.TdClassName
{
border-color: #4ECAE1;
}
.TagClassName
{
border-color: #4ECAE1;
}
</style>