Shades of Medium Turquoise #4ED8DC
Tints of Medium Turquoise #4ED8DC
RGB
CMYK
RGB Variations
Color information
#4ED8DC (or 0x4ED8DC) is known color: Medium Turquoise. HEX triplet: 4E, D8 and DC. RGB value is (78,216,220). Sum of RGB (Red+Green+Blue) = 78+216+220=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ED8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED8DC is #B12723. Grayscale: #AFAFAF. Windows color (decimal): -11609892 or 14473294. OLE color: 14473294.
HSL color Cylindrical-coordinate representation of color #4ED8DC: hue angle of 181.69º 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 #4ED8DC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 216 | 220 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.14 |
| HSL | 181.69º | 0.67% | 0.58% | - |
| HSV(B) | 181.69º | 0.65% | 0.86% | - |
| XYZ | 40.62 | 55.9 | 76.36 | - |
| YUV | 175.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 220 | 0.65 | 0.02 | 0 | 0.14 | 181.69 | 0.67 | 0.58 |
| Hex | 4E | D8 | DC | 41 | 2 | 0 | E | B6 | 43 | 3A |
| Octal | 116 | 330 | 334 | 101 | 2 | 0 | 16 | 266 | 103 | 72 |
| Binary | 1001110 | 11011000 | 11011100 | 1000001 | 10 | 0 | 1110 | 10110110 | 1000011 | 111010 |
Color Harmonies of #4ED8DC
Complementary color
Monochromatic Colors of #4ED8DC
Black with #4ED8DC
Text Example
Text Example
White with #4ED8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED8DC; }
p { color: rgb(78,216,220); }
H1.HeaderClassName
{
color: #4ED8DC;
}
.AnyTagClassName
{
color: #4ED8DC;
}
</style>
background-color css
<style>
a { background-color: #4ED8DC; }
a { background-color: rgb(78,216,220); }
div.DivClassName
{
background-color: #4ED8DC;
}
.BgClassName
{
background-color: #4ED8DC;
}
</style>
border-color css
<style>
span { border-color: #4ED8DC; }
span { border-color: rgb(78,216,220); }
td.TdClassName
{
border-color: #4ED8DC;
}
.TagClassName
{
border-color: #4ED8DC;
}
</style>