Shades of Medium Turquoise #4EDBE5
Tints of Medium Turquoise #4EDBE5
RGB
CMYK
RGB Variations
Color information
#4EDBE5 (or 0x4EDBE5) is known color: Medium Turquoise. HEX triplet: 4E, DB and E5. RGB value is (78,219,229). Sum of RGB (Red+Green+Blue) = 78+219+229=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #4EDBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBE5 is #B1241A. Grayscale: #B1B1B1. Windows color (decimal): -11609115 or 15063886. OLE color: 15063886.
HSL color Cylindrical-coordinate representation of color #4EDBE5: hue angle of 183.97º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EDBE5 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 219 | 229 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.10 |
| HSL | 183.97º | 0.74% | 0.6% | - |
| HSV(B) | 183.97º | 0.66% | 0.9% | - |
| XYZ | 42.62 | 57.94 | 83.07 | - |
| YUV | 177.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 229 | 0.66 | 0.04 | 0 | 0.10 | 183.97 | 0.74 | 0.6 |
| Hex | 4E | DB | E5 | 42 | 4 | 0 | A | B8 | 4A | 3C |
| Octal | 116 | 333 | 345 | 102 | 4 | 0 | 12 | 270 | 112 | 74 |
| Binary | 1001110 | 11011011 | 11100101 | 1000010 | 100 | 0 | 1010 | 10111000 | 1001010 | 111100 |
Color Harmonies of #4EDBE5
Complementary color
Monochromatic Colors of #4EDBE5
Black with #4EDBE5
Text Example
Text Example
White with #4EDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBE5; }
p { color: rgb(78,219,229); }
H1.HeaderClassName
{
color: #4EDBE5;
}
.AnyTagClassName
{
color: #4EDBE5;
}
</style>
background-color css
<style>
a { background-color: #4EDBE5; }
a { background-color: rgb(78,219,229); }
div.DivClassName
{
background-color: #4EDBE5;
}
.BgClassName
{
background-color: #4EDBE5;
}
</style>
border-color css
<style>
span { border-color: #4EDBE5; }
span { border-color: rgb(78,219,229); }
td.TdClassName
{
border-color: #4EDBE5;
}
.TagClassName
{
border-color: #4EDBE5;
}
</style>