Shades of Turquoise #4EEDE8
Tints of Turquoise #4EEDE8
RGB
CMYK
RGB Variations
Color information
#4EEDE8 (or 0x4EEDE8) is known color: Turquoise. HEX triplet: 4E, ED and E8. RGB value is (78,237,232). Sum of RGB (Red+Green+Blue) = 78+237+232=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEDE8 is #B11217. Grayscale: #BCBCBC. Windows color (decimal): -11604504 or 15265102. OLE color: 15265102.
HSL color Cylindrical-coordinate representation of color #4EEDE8: hue angle of 178.11º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDE8 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 232 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.07 |
| HSL | 178.11º | 0.82% | 0.62% | - |
| HSV(B) | 178.11º | 0.67% | 0.93% | - |
| XYZ | 47.99 | 68.01 | 86.94 | - |
| YUV | 188.89 | 152.32 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 232 | 0.67 | 0 | 0.02 | 0.07 | 178.11 | 0.82 | 0.62 |
| Hex | 4E | ED | E8 | 43 | 0 | 2 | 7 | B2 | 52 | 3E |
| Octal | 116 | 355 | 350 | 103 | 0 | 2 | 7 | 262 | 122 | 76 |
| Binary | 1001110 | 11101101 | 11101000 | 1000011 | 0 | 10 | 111 | 10110010 | 1010010 | 111110 |
Color Harmonies of #4EEDE8
Complementary color
Monochromatic Colors of #4EEDE8
Black with #4EEDE8
Text Example
Text Example
White with #4EEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDE8; }
p { color: rgb(78,237,232); }
H1.HeaderClassName
{
color: #4EEDE8;
}
.AnyTagClassName
{
color: #4EEDE8;
}
</style>
background-color css
<style>
a { background-color: #4EEDE8; }
a { background-color: rgb(78,237,232); }
div.DivClassName
{
background-color: #4EEDE8;
}
.BgClassName
{
background-color: #4EEDE8;
}
</style>
border-color css
<style>
span { border-color: #4EEDE8; }
span { border-color: rgb(78,237,232); }
td.TdClassName
{
border-color: #4EEDE8;
}
.TagClassName
{
border-color: #4EEDE8;
}
</style>