Shades of Medium Turquoise #4EC4D0
Tints of Medium Turquoise #4EC4D0
RGB
CMYK
RGB Variations
Color information
#4EC4D0 (or 0x4EC4D0) is known color: Medium Turquoise. HEX triplet: 4E, C4 and D0. RGB value is (78,196,208). Sum of RGB (Red+Green+Blue) = 78+196+208=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #4EC4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC4D0 is #B13B2F. Grayscale: #A1A1A1. Windows color (decimal): -11615024 or 13681742. OLE color: 13681742.
HSL color Cylindrical-coordinate representation of color #4EC4D0: hue angle of 185.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC4D0 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 196 | 208 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.18 |
| HSL | 185.54º | 0.58% | 0.56% | - |
| HSV(B) | 185.54º | 0.63% | 0.82% | - |
| XYZ | 34.27 | 45.65 | 66.68 | - |
| YUV | 162.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 208 | 0.62 | 0.06 | 0 | 0.18 | 185.54 | 0.58 | 0.56 |
| Hex | 4E | C4 | D0 | 3E | 6 | 0 | 12 | BA | 3A | 38 |
| Octal | 116 | 304 | 320 | 76 | 6 | 0 | 22 | 272 | 72 | 70 |
| Binary | 1001110 | 11000100 | 11010000 | 111110 | 110 | 0 | 10010 | 10111010 | 111010 | 111000 |
Color Harmonies of #4EC4D0
Complementary color
Monochromatic Colors of #4EC4D0
Black with #4EC4D0
Text Example
Text Example
White with #4EC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC4D0; }
p { color: rgb(78,196,208); }
H1.HeaderClassName
{
color: #4EC4D0;
}
.AnyTagClassName
{
color: #4EC4D0;
}
</style>
background-color css
<style>
a { background-color: #4EC4D0; }
a { background-color: rgb(78,196,208); }
div.DivClassName
{
background-color: #4EC4D0;
}
.BgClassName
{
background-color: #4EC4D0;
}
</style>
border-color css
<style>
span { border-color: #4EC4D0; }
span { border-color: rgb(78,196,208); }
td.TdClassName
{
border-color: #4EC4D0;
}
.TagClassName
{
border-color: #4EC4D0;
}
</style>