Shades of Medium Turquoise #4EC0BC
Tints of Medium Turquoise #4EC0BC
RGB
CMYK
RGB Variations
Color information
#4EC0BC (or 0x4EC0BC) is known color: Medium Turquoise. HEX triplet: 4E, C0 and BC. RGB value is (78,192,188). Sum of RGB (Red+Green+Blue) = 78+192+188=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0BC is #B13F43. Grayscale: #9D9D9D. Windows color (decimal): -11616068 or 12369998. OLE color: 12369998.
HSL color Cylindrical-coordinate representation of color #4EC0BC: hue angle of 177.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0BC is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 188 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.25 |
| HSL | 177.89º | 0.48% | 0.53% | - |
| HSV(B) | 177.89º | 0.59% | 0.75% | - |
| XYZ | 31.07 | 42.95 | 54.23 | - |
| YUV | 157.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 188 | 0.59 | 0 | 0.02 | 0.25 | 177.89 | 0.48 | 0.53 |
| Hex | 4E | C0 | BC | 3B | 0 | 2 | 19 | B2 | 30 | 35 |
| Octal | 116 | 300 | 274 | 73 | 0 | 2 | 31 | 262 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10111100 | 111011 | 0 | 10 | 11001 | 10110010 | 110000 | 110101 |
Color Harmonies of #4EC0BC
Complementary color
Monochromatic Colors of #4EC0BC
Black with #4EC0BC
Text Example
Text Example
White with #4EC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0BC; }
p { color: rgb(78,192,188); }
H1.HeaderClassName
{
color: #4EC0BC;
}
.AnyTagClassName
{
color: #4EC0BC;
}
</style>
background-color css
<style>
a { background-color: #4EC0BC; }
a { background-color: rgb(78,192,188); }
div.DivClassName
{
background-color: #4EC0BC;
}
.BgClassName
{
background-color: #4EC0BC;
}
</style>
border-color css
<style>
span { border-color: #4EC0BC; }
span { border-color: rgb(78,192,188); }
td.TdClassName
{
border-color: #4EC0BC;
}
.TagClassName
{
border-color: #4EC0BC;
}
</style>