Shades of Medium Turquoise #4EC0BF
Tints of Medium Turquoise #4EC0BF
RGB
CMYK
RGB Variations
Color information
#4EC0BF (or 0x4EC0BF) is known color: Medium Turquoise. HEX triplet: 4E, C0 and BF. RGB value is (78,192,191). Sum of RGB (Red+Green+Blue) = 78+192+191=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0BF is #B13F40. Grayscale: #9D9D9D. Windows color (decimal): -11616065 or 12566606. OLE color: 12566606.
HSL color Cylindrical-coordinate representation of color #4EC0BF: hue angle of 179.47º 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 #4EC0BF is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 191 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.25 |
| HSL | 179.47º | 0.48% | 0.53% | - |
| HSV(B) | 179.47º | 0.59% | 0.75% | - |
| XYZ | 31.4 | 43.08 | 55.95 | - |
| YUV | 157.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 191 | 0.59 | 0 | 0.01 | 0.25 | 179.47 | 0.48 | 0.53 |
| Hex | 4E | C0 | BF | 3B | 0 | 1 | 19 | B3 | 30 | 35 |
| Octal | 116 | 300 | 277 | 73 | 0 | 1 | 31 | 263 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10111111 | 111011 | 0 | 1 | 11001 | 10110011 | 110000 | 110101 |
Color Harmonies of #4EC0BF
Complementary color
Monochromatic Colors of #4EC0BF
Black with #4EC0BF
Text Example
Text Example
White with #4EC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0BF; }
p { color: rgb(78,192,191); }
H1.HeaderClassName
{
color: #4EC0BF;
}
.AnyTagClassName
{
color: #4EC0BF;
}
</style>
background-color css
<style>
a { background-color: #4EC0BF; }
a { background-color: rgb(78,192,191); }
div.DivClassName
{
background-color: #4EC0BF;
}
.BgClassName
{
background-color: #4EC0BF;
}
</style>
border-color css
<style>
span { border-color: #4EC0BF; }
span { border-color: rgb(78,192,191); }
td.TdClassName
{
border-color: #4EC0BF;
}
.TagClassName
{
border-color: #4EC0BF;
}
</style>