Shades of Medium Turquoise #4ECAB8
Tints of Medium Turquoise #4ECAB8
RGB
CMYK
RGB Variations
Color information
#4ECAB8 (or 0x4ECAB8) is known color: Medium Turquoise. HEX triplet: 4E, CA and B8. RGB value is (78,202,184). Sum of RGB (Red+Green+Blue) = 78+202+184=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAB8 is #B13547. Grayscale: #A2A2A2. Windows color (decimal): -11613512 or 12110414. OLE color: 12110414.
HSL color Cylindrical-coordinate representation of color #4ECAB8: hue angle of 171.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECAB8 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 184 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.21 |
| HSL | 171.29º | 0.54% | 0.55% | - |
| HSV(B) | 171.29º | 0.61% | 0.79% | - |
| XYZ | 32.91 | 47.32 | 52.75 | - |
| YUV | 162.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 184 | 0.61 | 0 | 0.09 | 0.21 | 171.29 | 0.54 | 0.55 |
| Hex | 4E | CA | B8 | 3D | 0 | 9 | 15 | AB | 36 | 37 |
| Octal | 116 | 312 | 270 | 75 | 0 | 11 | 25 | 253 | 66 | 67 |
| Binary | 1001110 | 11001010 | 10111000 | 111101 | 0 | 1001 | 10101 | 10101011 | 110110 | 110111 |
Color Harmonies of #4ECAB8
Complementary color
Monochromatic Colors of #4ECAB8
Black with #4ECAB8
Text Example
Text Example
White with #4ECAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAB8; }
p { color: rgb(78,202,184); }
H1.HeaderClassName
{
color: #4ECAB8;
}
.AnyTagClassName
{
color: #4ECAB8;
}
</style>
background-color css
<style>
a { background-color: #4ECAB8; }
a { background-color: rgb(78,202,184); }
div.DivClassName
{
background-color: #4ECAB8;
}
.BgClassName
{
background-color: #4ECAB8;
}
</style>
border-color css
<style>
span { border-color: #4ECAB8; }
span { border-color: rgb(78,202,184); }
td.TdClassName
{
border-color: #4ECAB8;
}
.TagClassName
{
border-color: #4ECAB8;
}
</style>