Shades of Medium Turquoise #4ECAB9
Tints of Medium Turquoise #4ECAB9
RGB
CMYK
RGB Variations
Color information
#4ECAB9 (or 0x4ECAB9) is known color: Medium Turquoise. HEX triplet: 4E, CA and B9. RGB value is (78,202,185). Sum of RGB (Red+Green+Blue) = 78+202+185=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECAB9 is #B13546. Grayscale: #A2A2A2. Windows color (decimal): -11613511 or 12175950. OLE color: 12175950.
HSL color Cylindrical-coordinate representation of color #4ECAB9: hue angle of 171.77º 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 #4ECAB9 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 185 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.21 |
| HSL | 171.77º | 0.54% | 0.55% | - |
| HSV(B) | 171.77º | 0.61% | 0.79% | - |
| XYZ | 33.02 | 47.36 | 53.3 | - |
| YUV | 162.99 | 140.42 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 185 | 0.61 | 0 | 0.08 | 0.21 | 171.77 | 0.54 | 0.55 |
| Hex | 4E | CA | B9 | 3D | 0 | 8 | 15 | AC | 36 | 37 |
| Octal | 116 | 312 | 271 | 75 | 0 | 10 | 25 | 254 | 66 | 67 |
| Binary | 1001110 | 11001010 | 10111001 | 111101 | 0 | 1000 | 10101 | 10101100 | 110110 | 110111 |
Color Harmonies of #4ECAB9
Complementary color
Monochromatic Colors of #4ECAB9
Black with #4ECAB9
Text Example
Text Example
White with #4ECAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAB9; }
p { color: rgb(78,202,185); }
H1.HeaderClassName
{
color: #4ECAB9;
}
.AnyTagClassName
{
color: #4ECAB9;
}
</style>
background-color css
<style>
a { background-color: #4ECAB9; }
a { background-color: rgb(78,202,185); }
div.DivClassName
{
background-color: #4ECAB9;
}
.BgClassName
{
background-color: #4ECAB9;
}
</style>
border-color css
<style>
span { border-color: #4ECAB9; }
span { border-color: rgb(78,202,185); }
td.TdClassName
{
border-color: #4ECAB9;
}
.TagClassName
{
border-color: #4ECAB9;
}
</style>