Shades of Turquoise #4EDEDA
Tints of Turquoise #4EDEDA
RGB
CMYK
RGB Variations
Color information
#4EDEDA (or 0x4EDEDA) is known color: Turquoise. HEX triplet: 4E, DE and DA. RGB value is (78,222,218). Sum of RGB (Red+Green+Blue) = 78+222+218=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEDA is #B12125. Grayscale: #B2B2B2. Windows color (decimal): -11608358 or 14343758. OLE color: 14343758.
HSL color Cylindrical-coordinate representation of color #4EDEDA: hue angle of 178.33º 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 #4EDEDA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 218 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.13 |
| HSL | 178.33º | 0.69% | 0.59% | - |
| HSV(B) | 178.33º | 0.65% | 0.87% | - |
| XYZ | 41.92 | 58.92 | 75.49 | - |
| YUV | 178.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 218 | 0.65 | 0 | 0.02 | 0.13 | 178.33 | 0.69 | 0.59 |
| Hex | 4E | DE | DA | 41 | 0 | 2 | D | B2 | 45 | 3B |
| Octal | 116 | 336 | 332 | 101 | 0 | 2 | 15 | 262 | 105 | 73 |
| Binary | 1001110 | 11011110 | 11011010 | 1000001 | 0 | 10 | 1101 | 10110010 | 1000101 | 111011 |
Color Harmonies of #4EDEDA
Complementary color
Monochromatic Colors of #4EDEDA
Black with #4EDEDA
Text Example
Text Example
White with #4EDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEDA; }
p { color: rgb(78,222,218); }
H1.HeaderClassName
{
color: #4EDEDA;
}
.AnyTagClassName
{
color: #4EDEDA;
}
</style>
background-color css
<style>
a { background-color: #4EDEDA; }
a { background-color: rgb(78,222,218); }
div.DivClassName
{
background-color: #4EDEDA;
}
.BgClassName
{
background-color: #4EDEDA;
}
</style>
border-color css
<style>
span { border-color: #4EDEDA; }
span { border-color: rgb(78,222,218); }
td.TdClassName
{
border-color: #4EDEDA;
}
.TagClassName
{
border-color: #4EDEDA;
}
</style>