Shades of Medium Turquoise #4ED9D5
Tints of Medium Turquoise #4ED9D5
RGB
CMYK
RGB Variations
Color information
#4ED9D5 (or 0x4ED9D5) is known color: Medium Turquoise. HEX triplet: 4E, D9 and D5. RGB value is (78,217,213). Sum of RGB (Red+Green+Blue) = 78+217+213=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED9D5 is #B1262A. Grayscale: #AEAEAE. Windows color (decimal): -11609643 or 14014798. OLE color: 14014798.
HSL color Cylindrical-coordinate representation of color #4ED9D5: hue angle of 178.27º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED9D5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 213 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.15 |
| HSL | 178.27º | 0.65% | 0.58% | - |
| HSV(B) | 178.27º | 0.64% | 0.85% | - |
| XYZ | 39.96 | 56.05 | 71.66 | - |
| YUV | 174.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 213 | 0.64 | 0 | 0.02 | 0.15 | 178.27 | 0.65 | 0.58 |
| Hex | 4E | D9 | D5 | 40 | 0 | 2 | F | B2 | 41 | 3A |
| Octal | 116 | 331 | 325 | 100 | 0 | 2 | 17 | 262 | 101 | 72 |
| Binary | 1001110 | 11011001 | 11010101 | 1000000 | 0 | 10 | 1111 | 10110010 | 1000001 | 111010 |
Color Harmonies of #4ED9D5
Complementary color
Monochromatic Colors of #4ED9D5
Black with #4ED9D5
Text Example
Text Example
White with #4ED9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED9D5; }
p { color: rgb(78,217,213); }
H1.HeaderClassName
{
color: #4ED9D5;
}
.AnyTagClassName
{
color: #4ED9D5;
}
</style>
background-color css
<style>
a { background-color: #4ED9D5; }
a { background-color: rgb(78,217,213); }
div.DivClassName
{
background-color: #4ED9D5;
}
.BgClassName
{
background-color: #4ED9D5;
}
</style>
border-color css
<style>
span { border-color: #4ED9D5; }
span { border-color: rgb(78,217,213); }
td.TdClassName
{
border-color: #4ED9D5;
}
.TagClassName
{
border-color: #4ED9D5;
}
</style>