Shades of Turquoise #4EDEC0
Tints of Turquoise #4EDEC0
RGB
CMYK
RGB Variations
Color information
#4EDEC0 (or 0x4EDEC0) is known color: Turquoise. HEX triplet: 4E, DE and C0. RGB value is (78,222,192). Sum of RGB (Red+Green+Blue) = 78+222+192=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEC0 is #B1213F. Grayscale: #AFAFAF. Windows color (decimal): -11608384 or 12639822. OLE color: 12639822.
HSL color Cylindrical-coordinate representation of color #4EDEC0: hue angle of 167.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDEC0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 192 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 167.5º | 0.69% | 0.59% | - |
| HSV(B) | 167.5º | 0.65% | 0.87% | - |
| XYZ | 38.78 | 57.67 | 58.96 | - |
| YUV | 175.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 192 | 0.65 | 0 | 0.14 | 0.13 | 167.5 | 0.69 | 0.59 |
| Hex | 4E | DE | C0 | 41 | 0 | E | D | A8 | 45 | 3B |
| Octal | 116 | 336 | 300 | 101 | 0 | 16 | 15 | 250 | 105 | 73 |
| Binary | 1001110 | 11011110 | 11000000 | 1000001 | 0 | 1110 | 1101 | 10101000 | 1000101 | 111011 |
Color Harmonies of #4EDEC0
Complementary color
Monochromatic Colors of #4EDEC0
Black with #4EDEC0
Text Example
Text Example
White with #4EDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEC0; }
p { color: rgb(78,222,192); }
H1.HeaderClassName
{
color: #4EDEC0;
}
.AnyTagClassName
{
color: #4EDEC0;
}
</style>
background-color css
<style>
a { background-color: #4EDEC0; }
a { background-color: rgb(78,222,192); }
div.DivClassName
{
background-color: #4EDEC0;
}
.BgClassName
{
background-color: #4EDEC0;
}
</style>
border-color css
<style>
span { border-color: #4EDEC0; }
span { border-color: rgb(78,222,192); }
td.TdClassName
{
border-color: #4EDEC0;
}
.TagClassName
{
border-color: #4EDEC0;
}
</style>