Shades of Medium Turquoise #4ED1C9
Tints of Medium Turquoise #4ED1C9
RGB
CMYK
RGB Variations
Color information
#4ED1C9 (or 0x4ED1C9) is known color: Medium Turquoise. HEX triplet: 4E, D1 and C9. RGB value is (78,209,201). Sum of RGB (Red+Green+Blue) = 78+209+201=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED1C9 is #B12E36. Grayscale: #A8A8A8. Windows color (decimal): -11611703 or 13226318. OLE color: 13226318.
HSL color Cylindrical-coordinate representation of color #4ED1C9: hue angle of 176.34º 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 #4ED1C9 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 201 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.18 |
| HSL | 176.34º | 0.59% | 0.56% | - |
| HSV(B) | 176.34º | 0.63% | 0.82% | - |
| XYZ | 36.48 | 51.44 | 63.26 | - |
| YUV | 168.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 201 | 0.63 | 0 | 0.04 | 0.18 | 176.34 | 0.59 | 0.56 |
| Hex | 4E | D1 | C9 | 3F | 0 | 4 | 12 | B0 | 3B | 38 |
| Octal | 116 | 321 | 311 | 77 | 0 | 4 | 22 | 260 | 73 | 70 |
| Binary | 1001110 | 11010001 | 11001001 | 111111 | 0 | 100 | 10010 | 10110000 | 111011 | 111000 |
Color Harmonies of #4ED1C9
Complementary color
Monochromatic Colors of #4ED1C9
Black with #4ED1C9
Text Example
Text Example
White with #4ED1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED1C9; }
p { color: rgb(78,209,201); }
H1.HeaderClassName
{
color: #4ED1C9;
}
.AnyTagClassName
{
color: #4ED1C9;
}
</style>
background-color css
<style>
a { background-color: #4ED1C9; }
a { background-color: rgb(78,209,201); }
div.DivClassName
{
background-color: #4ED1C9;
}
.BgClassName
{
background-color: #4ED1C9;
}
</style>
border-color css
<style>
span { border-color: #4ED1C9; }
span { border-color: rgb(78,209,201); }
td.TdClassName
{
border-color: #4ED1C9;
}
.TagClassName
{
border-color: #4ED1C9;
}
</style>