Shades of Medium Turquoise #4EDCDC
Tints of Medium Turquoise #4EDCDC
RGB
CMYK
RGB Variations
Color information
#4EDCDC (or 0x4EDCDC) is known color: Medium Turquoise. HEX triplet: 4E, DC and DC. RGB value is (78,220,220). Sum of RGB (Red+Green+Blue) = 78+220+220=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #4EDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCDC is #B12323. Grayscale: #B1B1B1. Windows color (decimal): -11608868 or 14474318. OLE color: 14474318.
HSL color Cylindrical-coordinate representation of color #4EDCDC: hue angle of 180º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCDC is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 220 | - |
| CMYK | 0.65 | 0 | 0 | 0.14 |
| HSL | 180º | 0.67% | 0.58% | - |
| HSV(B) | 180º | 0.65% | 0.86% | - |
| XYZ | 41.65 | 57.97 | 76.7 | - |
| YUV | 177.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 220 | 0.65 | 0 | 0 | 0.14 | 180 | 0.67 | 0.58 |
| Hex | 4E | DC | DC | 41 | 0 | 0 | E | B4 | 43 | 3A |
| Octal | 116 | 334 | 334 | 101 | 0 | 0 | 16 | 264 | 103 | 72 |
| Binary | 1001110 | 11011100 | 11011100 | 1000001 | 0 | 0 | 1110 | 10110100 | 1000011 | 111010 |
Color Harmonies of #4EDCDC
Complementary color
Monochromatic Colors of #4EDCDC
Black with #4EDCDC
Text Example
Text Example
White with #4EDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCDC; }
p { color: rgb(78,220,220); }
H1.HeaderClassName
{
color: #4EDCDC;
}
.AnyTagClassName
{
color: #4EDCDC;
}
</style>
background-color css
<style>
a { background-color: #4EDCDC; }
a { background-color: rgb(78,220,220); }
div.DivClassName
{
background-color: #4EDCDC;
}
.BgClassName
{
background-color: #4EDCDC;
}
</style>
border-color css
<style>
span { border-color: #4EDCDC; }
span { border-color: rgb(78,220,220); }
td.TdClassName
{
border-color: #4EDCDC;
}
.TagClassName
{
border-color: #4EDCDC;
}
</style>