Shades of Medium Turquoise #4EDBC0
Tints of Medium Turquoise #4EDBC0
RGB
CMYK
RGB Variations
Color information
#4EDBC0 (or 0x4EDBC0) is known color: Medium Turquoise. HEX triplet: 4E, DB and C0. RGB value is (78,219,192). Sum of RGB (Red+Green+Blue) = 78+219+192=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBC0 is #B1243F. Grayscale: #ADADAD. Windows color (decimal): -11609152 or 12639054. OLE color: 12639054.
HSL color Cylindrical-coordinate representation of color #4EDBC0: hue angle of 168.51º 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 #4EDBC0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 192 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.14 |
| HSL | 168.51º | 0.66% | 0.58% | - |
| HSV(B) | 168.51º | 0.64% | 0.86% | - |
| XYZ | 37.99 | 56.09 | 58.69 | - |
| YUV | 173.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 192 | 0.64 | 0 | 0.12 | 0.14 | 168.51 | 0.66 | 0.58 |
| Hex | 4E | DB | C0 | 40 | 0 | C | E | A9 | 42 | 3A |
| Octal | 116 | 333 | 300 | 100 | 0 | 14 | 16 | 251 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11000000 | 1000000 | 0 | 1100 | 1110 | 10101001 | 1000010 | 111010 |
Color Harmonies of #4EDBC0
Complementary color
Monochromatic Colors of #4EDBC0
Black with #4EDBC0
Text Example
Text Example
White with #4EDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBC0; }
p { color: rgb(78,219,192); }
H1.HeaderClassName
{
color: #4EDBC0;
}
.AnyTagClassName
{
color: #4EDBC0;
}
</style>
background-color css
<style>
a { background-color: #4EDBC0; }
a { background-color: rgb(78,219,192); }
div.DivClassName
{
background-color: #4EDBC0;
}
.BgClassName
{
background-color: #4EDBC0;
}
</style>
border-color css
<style>
span { border-color: #4EDBC0; }
span { border-color: rgb(78,219,192); }
td.TdClassName
{
border-color: #4EDBC0;
}
.TagClassName
{
border-color: #4EDBC0;
}
</style>