Shades of Medium Turquoise #4ED2C9
Tints of Medium Turquoise #4ED2C9
RGB
CMYK
RGB Variations
Color information
#4ED2C9 (or 0x4ED2C9) is known color: Medium Turquoise. HEX triplet: 4E, D2 and C9. RGB value is (78,210,201). Sum of RGB (Red+Green+Blue) = 78+210+201=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED2C9 is #B12D36. Grayscale: #A9A9A9. Windows color (decimal): -11611447 or 13226574. OLE color: 13226574.
HSL color Cylindrical-coordinate representation of color #4ED2C9: hue angle of 175.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED2C9 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 201 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.18 |
| HSL | 175.91º | 0.59% | 0.56% | - |
| HSV(B) | 175.91º | 0.63% | 0.82% | - |
| XYZ | 36.73 | 51.93 | 63.35 | - |
| YUV | 169.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 201 | 0.63 | 0 | 0.04 | 0.18 | 175.91 | 0.59 | 0.56 |
| Hex | 4E | D2 | C9 | 3F | 0 | 4 | 12 | B0 | 3B | 38 |
| Octal | 116 | 322 | 311 | 77 | 0 | 4 | 22 | 260 | 73 | 70 |
| Binary | 1001110 | 11010010 | 11001001 | 111111 | 0 | 100 | 10010 | 10110000 | 111011 | 111000 |
Color Harmonies of #4ED2C9
Complementary color
Monochromatic Colors of #4ED2C9
Black with #4ED2C9
Text Example
Text Example
White with #4ED2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED2C9; }
p { color: rgb(78,210,201); }
H1.HeaderClassName
{
color: #4ED2C9;
}
.AnyTagClassName
{
color: #4ED2C9;
}
</style>
background-color css
<style>
a { background-color: #4ED2C9; }
a { background-color: rgb(78,210,201); }
div.DivClassName
{
background-color: #4ED2C9;
}
.BgClassName
{
background-color: #4ED2C9;
}
</style>
border-color css
<style>
span { border-color: #4ED2C9; }
span { border-color: rgb(78,210,201); }
td.TdClassName
{
border-color: #4ED2C9;
}
.TagClassName
{
border-color: #4ED2C9;
}
</style>