Shades of Medium Turquoise #4EDBD0
Tints of Medium Turquoise #4EDBD0
RGB
CMYK
RGB Variations
Color information
#4EDBD0 (or 0x4EDBD0) is known color: Medium Turquoise. HEX triplet: 4E, DB and D0. RGB value is (78,219,208). Sum of RGB (Red+Green+Blue) = 78+219+208=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBD0 is #B1242F. Grayscale: #AFAFAF. Windows color (decimal): -11609136 or 13687630. OLE color: 13687630.
HSL color Cylindrical-coordinate representation of color #4EDBD0: hue angle of 175.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBD0 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 208 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.14 |
| HSL | 175.32º | 0.66% | 0.58% | - |
| HSV(B) | 175.32º | 0.64% | 0.86% | - |
| XYZ | 39.86 | 56.84 | 68.54 | - |
| YUV | 175.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 208 | 0.64 | 0 | 0.05 | 0.14 | 175.32 | 0.66 | 0.58 |
| Hex | 4E | DB | D0 | 40 | 0 | 5 | E | AF | 42 | 3A |
| Octal | 116 | 333 | 320 | 100 | 0 | 5 | 16 | 257 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11010000 | 1000000 | 0 | 101 | 1110 | 10101111 | 1000010 | 111010 |
Color Harmonies of #4EDBD0
Complementary color
Monochromatic Colors of #4EDBD0
Black with #4EDBD0
Text Example
Text Example
White with #4EDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBD0; }
p { color: rgb(78,219,208); }
H1.HeaderClassName
{
color: #4EDBD0;
}
.AnyTagClassName
{
color: #4EDBD0;
}
</style>
background-color css
<style>
a { background-color: #4EDBD0; }
a { background-color: rgb(78,219,208); }
div.DivClassName
{
background-color: #4EDBD0;
}
.BgClassName
{
background-color: #4EDBD0;
}
</style>
border-color css
<style>
span { border-color: #4EDBD0; }
span { border-color: rgb(78,219,208); }
td.TdClassName
{
border-color: #4EDBD0;
}
.TagClassName
{
border-color: #4EDBD0;
}
</style>