Shades of Medium Turquoise #4ECAD5
Tints of Medium Turquoise #4ECAD5
RGB
CMYK
RGB Variations
Color information
#4ECAD5 (or 0x4ECAD5) is known color: Medium Turquoise. HEX triplet: 4E, CA and D5. RGB value is (78,202,213). Sum of RGB (Red+Green+Blue) = 78+202+213=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #4ECAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAD5 is #B1352A. Grayscale: #A6A6A6. Windows color (decimal): -11613483 or 14010958. OLE color: 14010958.
HSL color Cylindrical-coordinate representation of color #4ECAD5: hue angle of 184.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ECAD5 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 202 | 213 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.16 |
| HSL | 184.89º | 0.62% | 0.57% | - |
| HSV(B) | 184.89º | 0.63% | 0.84% | - |
| XYZ | 36.27 | 48.66 | 70.43 | - |
| YUV | 166.18 | 154.42 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 213 | 0.63 | 0.05 | 0 | 0.16 | 184.89 | 0.62 | 0.57 |
| Hex | 4E | CA | D5 | 3F | 5 | 0 | 10 | B9 | 3E | 39 |
| Octal | 116 | 312 | 325 | 77 | 5 | 0 | 20 | 271 | 76 | 71 |
| Binary | 1001110 | 11001010 | 11010101 | 111111 | 101 | 0 | 10000 | 10111001 | 111110 | 111001 |
Color Harmonies of #4ECAD5
Complementary color
Monochromatic Colors of #4ECAD5
Black with #4ECAD5
Text Example
Text Example
White with #4ECAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAD5; }
p { color: rgb(78,202,213); }
H1.HeaderClassName
{
color: #4ECAD5;
}
.AnyTagClassName
{
color: #4ECAD5;
}
</style>
background-color css
<style>
a { background-color: #4ECAD5; }
a { background-color: rgb(78,202,213); }
div.DivClassName
{
background-color: #4ECAD5;
}
.BgClassName
{
background-color: #4ECAD5;
}
</style>
border-color css
<style>
span { border-color: #4ECAD5; }
span { border-color: rgb(78,202,213); }
td.TdClassName
{
border-color: #4ECAD5;
}
.TagClassName
{
border-color: #4ECAD5;
}
</style>