Shades of Medium Turquoise #4EDBD8
Tints of Medium Turquoise #4EDBD8
RGB
CMYK
RGB Variations
Color information
#4EDBD8 (or 0x4EDBD8) is known color: Medium Turquoise. HEX triplet: 4E, DB and D8. RGB value is (78,219,216). Sum of RGB (Red+Green+Blue) = 78+219+216=513 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.20% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBD8 is #B12427. Grayscale: #B0B0B0. Windows color (decimal): -11609128 or 14211918. OLE color: 14211918.
HSL color Cylindrical-coordinate representation of color #4EDBD8: hue angle of 178.72º 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 #4EDBD8 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 216 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.14 |
| HSL | 178.72º | 0.66% | 0.58% | - |
| HSV(B) | 178.72º | 0.64% | 0.86% | - |
| XYZ | 40.87 | 57.24 | 73.86 | - |
| YUV | 176.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 216 | 0.64 | 0 | 0.01 | 0.14 | 178.72 | 0.66 | 0.58 |
| Hex | 4E | DB | D8 | 40 | 0 | 1 | E | B3 | 42 | 3A |
| Octal | 116 | 333 | 330 | 100 | 0 | 1 | 16 | 263 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11011000 | 1000000 | 0 | 1 | 1110 | 10110011 | 1000010 | 111010 |
Color Harmonies of #4EDBD8
Complementary color
Monochromatic Colors of #4EDBD8
Black with #4EDBD8
Text Example
Text Example
White with #4EDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBD8; }
p { color: rgb(78,219,216); }
H1.HeaderClassName
{
color: #4EDBD8;
}
.AnyTagClassName
{
color: #4EDBD8;
}
</style>
background-color css
<style>
a { background-color: #4EDBD8; }
a { background-color: rgb(78,219,216); }
div.DivClassName
{
background-color: #4EDBD8;
}
.BgClassName
{
background-color: #4EDBD8;
}
</style>
border-color css
<style>
span { border-color: #4EDBD8; }
span { border-color: rgb(78,219,216); }
td.TdClassName
{
border-color: #4EDBD8;
}
.TagClassName
{
border-color: #4EDBD8;
}
</style>