Shades of Medium Turquoise #4ED2CC
Tints of Medium Turquoise #4ED2CC
RGB
CMYK
RGB Variations
Color information
#4ED2CC (or 0x4ED2CC) is known color: Medium Turquoise. HEX triplet: 4E, D2 and CC. RGB value is (78,210,204). Sum of RGB (Red+Green+Blue) = 78+210+204=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED2CC is #B12D33. Grayscale: #A9A9A9. Windows color (decimal): -11611444 or 13423182. OLE color: 13423182.
HSL color Cylindrical-coordinate representation of color #4ED2CC: hue angle of 177.27º 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 #4ED2CC is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 204 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.18 |
| HSL | 177.27º | 0.59% | 0.56% | - |
| HSV(B) | 177.27º | 0.63% | 0.82% | - |
| XYZ | 37.09 | 52.07 | 65.22 | - |
| YUV | 169.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 204 | 0.63 | 0 | 0.03 | 0.18 | 177.27 | 0.59 | 0.56 |
| Hex | 4E | D2 | CC | 3F | 0 | 3 | 12 | B1 | 3B | 38 |
| Octal | 116 | 322 | 314 | 77 | 0 | 3 | 22 | 261 | 73 | 70 |
| Binary | 1001110 | 11010010 | 11001100 | 111111 | 0 | 11 | 10010 | 10110001 | 111011 | 111000 |
Color Harmonies of #4ED2CC
Complementary color
Monochromatic Colors of #4ED2CC
Black with #4ED2CC
Text Example
Text Example
White with #4ED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED2CC; }
p { color: rgb(78,210,204); }
H1.HeaderClassName
{
color: #4ED2CC;
}
.AnyTagClassName
{
color: #4ED2CC;
}
</style>
background-color css
<style>
a { background-color: #4ED2CC; }
a { background-color: rgb(78,210,204); }
div.DivClassName
{
background-color: #4ED2CC;
}
.BgClassName
{
background-color: #4ED2CC;
}
</style>
border-color css
<style>
span { border-color: #4ED2CC; }
span { border-color: rgb(78,210,204); }
td.TdClassName
{
border-color: #4ED2CC;
}
.TagClassName
{
border-color: #4ED2CC;
}
</style>