Shades of Medium Turquoise #4ED7E5
Tints of Medium Turquoise #4ED7E5
RGB
CMYK
RGB Variations
Color information
#4ED7E5 (or 0x4ED7E5) is known color: Medium Turquoise. HEX triplet: 4E, D7 and E5. RGB value is (78,215,229). Sum of RGB (Red+Green+Blue) = 78+215+229=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ED7E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED7E5 is #B1281A. Grayscale: #AFAFAF. Windows color (decimal): -11610139 or 15062862. OLE color: 15062862.
HSL color Cylindrical-coordinate representation of color #4ED7E5: hue angle of 185.56º 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 #4ED7E5 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 215 | 229 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.10 |
| HSL | 185.56º | 0.74% | 0.6% | - |
| HSV(B) | 185.56º | 0.66% | 0.9% | - |
| XYZ | 41.59 | 55.88 | 82.72 | - |
| YUV | 175.63 | 158.11 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 229 | 0.66 | 0.06 | 0 | 0.10 | 185.56 | 0.74 | 0.6 |
| Hex | 4E | D7 | E5 | 42 | 6 | 0 | A | BA | 4A | 3C |
| Octal | 116 | 327 | 345 | 102 | 6 | 0 | 12 | 272 | 112 | 74 |
| Binary | 1001110 | 11010111 | 11100101 | 1000010 | 110 | 0 | 1010 | 10111010 | 1001010 | 111100 |
Color Harmonies of #4ED7E5
Complementary color
Monochromatic Colors of #4ED7E5
Black with #4ED7E5
Text Example
Text Example
White with #4ED7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED7E5; }
p { color: rgb(78,215,229); }
H1.HeaderClassName
{
color: #4ED7E5;
}
.AnyTagClassName
{
color: #4ED7E5;
}
</style>
background-color css
<style>
a { background-color: #4ED7E5; }
a { background-color: rgb(78,215,229); }
div.DivClassName
{
background-color: #4ED7E5;
}
.BgClassName
{
background-color: #4ED7E5;
}
</style>
border-color css
<style>
span { border-color: #4ED7E5; }
span { border-color: rgb(78,215,229); }
td.TdClassName
{
border-color: #4ED7E5;
}
.TagClassName
{
border-color: #4ED7E5;
}
</style>