Shades of Medium Turquoise #4EC5CE
Tints of Medium Turquoise #4EC5CE
RGB
CMYK
RGB Variations
Color information
#4EC5CE (or 0x4EC5CE) is known color: Medium Turquoise. HEX triplet: 4E, C5 and CE. RGB value is (78,197,206). Sum of RGB (Red+Green+Blue) = 78+197+206=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5CE is #B13A31. Grayscale: #A2A2A2. Windows color (decimal): -11614770 or 13550926. OLE color: 13550926.
HSL color Cylindrical-coordinate representation of color #4EC5CE: hue angle of 184.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC5CE is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 197 | 206 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.19 |
| HSL | 184.22º | 0.57% | 0.56% | - |
| HSV(B) | 184.22º | 0.62% | 0.81% | - |
| XYZ | 34.25 | 46.01 | 65.47 | - |
| YUV | 162.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 206 | 0.62 | 0.04 | 0 | 0.19 | 184.22 | 0.57 | 0.56 |
| Hex | 4E | C5 | CE | 3E | 4 | 0 | 13 | B8 | 39 | 38 |
| Octal | 116 | 305 | 316 | 76 | 4 | 0 | 23 | 270 | 71 | 70 |
| Binary | 1001110 | 11000101 | 11001110 | 111110 | 100 | 0 | 10011 | 10111000 | 111001 | 111000 |
Color Harmonies of #4EC5CE
Complementary color
Monochromatic Colors of #4EC5CE
Black with #4EC5CE
Text Example
Text Example
White with #4EC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5CE; }
p { color: rgb(78,197,206); }
H1.HeaderClassName
{
color: #4EC5CE;
}
.AnyTagClassName
{
color: #4EC5CE;
}
</style>
background-color css
<style>
a { background-color: #4EC5CE; }
a { background-color: rgb(78,197,206); }
div.DivClassName
{
background-color: #4EC5CE;
}
.BgClassName
{
background-color: #4EC5CE;
}
</style>
border-color css
<style>
span { border-color: #4EC5CE; }
span { border-color: rgb(78,197,206); }
td.TdClassName
{
border-color: #4EC5CE;
}
.TagClassName
{
border-color: #4EC5CE;
}
</style>