Shades of Medium Turquoise #4EC0C1
Tints of Medium Turquoise #4EC0C1
RGB
CMYK
RGB Variations
Color information
#4EC0C1 (or 0x4EC0C1) is known color: Medium Turquoise. HEX triplet: 4E, C0 and C1. RGB value is (78,192,193). Sum of RGB (Red+Green+Blue) = 78+192+193=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EC0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0C1 is #B13F3E. Grayscale: #9D9D9D. Windows color (decimal): -11616063 or 12697678. OLE color: 12697678.
HSL color Cylindrical-coordinate representation of color #4EC0C1: hue angle of 180.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC0C1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 192 | 193 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.24 |
| HSL | 180.52º | 0.48% | 0.53% | - |
| HSV(B) | 180.52º | 0.6% | 0.76% | - |
| XYZ | 31.62 | 43.17 | 57.12 | - |
| YUV | 158.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 193 | 0.60 | 0.01 | 0 | 0.24 | 180.52 | 0.48 | 0.53 |
| Hex | 4E | C0 | C1 | 3C | 1 | 0 | 18 | B5 | 30 | 35 |
| Octal | 116 | 300 | 301 | 74 | 1 | 0 | 30 | 265 | 60 | 65 |
| Binary | 1001110 | 11000000 | 11000001 | 111100 | 1 | 0 | 11000 | 10110101 | 110000 | 110101 |
Color Harmonies of #4EC0C1
Complementary color
Monochromatic Colors of #4EC0C1
Black with #4EC0C1
Text Example
Text Example
White with #4EC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0C1; }
p { color: rgb(78,192,193); }
H1.HeaderClassName
{
color: #4EC0C1;
}
.AnyTagClassName
{
color: #4EC0C1;
}
</style>
background-color css
<style>
a { background-color: #4EC0C1; }
a { background-color: rgb(78,192,193); }
div.DivClassName
{
background-color: #4EC0C1;
}
.BgClassName
{
background-color: #4EC0C1;
}
</style>
border-color css
<style>
span { border-color: #4EC0C1; }
span { border-color: rgb(78,192,193); }
td.TdClassName
{
border-color: #4EC0C1;
}
.TagClassName
{
border-color: #4EC0C1;
}
</style>