Shades of Medium Turquoise #4ED9DC
Tints of Medium Turquoise #4ED9DC
RGB
CMYK
RGB Variations
Color information
#4ED9DC (or 0x4ED9DC) is known color: Medium Turquoise. HEX triplet: 4E, D9 and DC. RGB value is (78,217,220). Sum of RGB (Red+Green+Blue) = 78+217+220=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ED9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED9DC is #B12623. Grayscale: #AFAFAF. Windows color (decimal): -11609636 or 14473550. OLE color: 14473550.
HSL color Cylindrical-coordinate representation of color #4ED9DC: hue angle of 181.27º 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 #4ED9DC is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 217 | 220 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.14 |
| HSL | 181.27º | 0.67% | 0.58% | - |
| HSV(B) | 181.27º | 0.65% | 0.86% | - |
| XYZ | 40.87 | 56.41 | 76.44 | - |
| YUV | 175.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 220 | 0.65 | 0.01 | 0 | 0.14 | 181.27 | 0.67 | 0.58 |
| Hex | 4E | D9 | DC | 41 | 1 | 0 | E | B5 | 43 | 3A |
| Octal | 116 | 331 | 334 | 101 | 1 | 0 | 16 | 265 | 103 | 72 |
| Binary | 1001110 | 11011001 | 11011100 | 1000001 | 1 | 0 | 1110 | 10110101 | 1000011 | 111010 |
Color Harmonies of #4ED9DC
Complementary color
Monochromatic Colors of #4ED9DC
Black with #4ED9DC
Text Example
Text Example
White with #4ED9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED9DC; }
p { color: rgb(78,217,220); }
H1.HeaderClassName
{
color: #4ED9DC;
}
.AnyTagClassName
{
color: #4ED9DC;
}
</style>
background-color css
<style>
a { background-color: #4ED9DC; }
a { background-color: rgb(78,217,220); }
div.DivClassName
{
background-color: #4ED9DC;
}
.BgClassName
{
background-color: #4ED9DC;
}
</style>
border-color css
<style>
span { border-color: #4ED9DC; }
span { border-color: rgb(78,217,220); }
td.TdClassName
{
border-color: #4ED9DC;
}
.TagClassName
{
border-color: #4ED9DC;
}
</style>