Shades of Turquoise #4EEDB6
Tints of Turquoise #4EEDB6
RGB
CMYK
RGB Variations
Color information
#4EEDB6 (or 0x4EEDB6) is known color: Turquoise. HEX triplet: 4E, ED and B6. RGB value is (78,237,182). Sum of RGB (Red+Green+Blue) = 78+237+182=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDB6 is #B11249. Grayscale: #B7B7B7. Windows color (decimal): -11604554 or 11988302. OLE color: 11988302.
HSL color Cylindrical-coordinate representation of color #4EEDB6: hue angle of 159.25º 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 #4EEDB6 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 182 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.07 |
| HSL | 159.25º | 0.82% | 0.62% | - |
| HSV(B) | 159.25º | 0.67% | 0.93% | - |
| XYZ | 41.87 | 65.57 | 54.7 | - |
| YUV | 183.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 182 | 0.67 | 0 | 0.23 | 0.07 | 159.25 | 0.82 | 0.62 |
| Hex | 4E | ED | B6 | 43 | 0 | 17 | 7 | 9F | 52 | 3E |
| Octal | 116 | 355 | 266 | 103 | 0 | 27 | 7 | 237 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10110110 | 1000011 | 0 | 10111 | 111 | 10011111 | 1010010 | 111110 |
Color Harmonies of #4EEDB6
Complementary color
Monochromatic Colors of #4EEDB6
Black with #4EEDB6
Text Example
Text Example
White with #4EEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDB6; }
p { color: rgb(78,237,182); }
H1.HeaderClassName
{
color: #4EEDB6;
}
.AnyTagClassName
{
color: #4EEDB6;
}
</style>
background-color css
<style>
a { background-color: #4EEDB6; }
a { background-color: rgb(78,237,182); }
div.DivClassName
{
background-color: #4EEDB6;
}
.BgClassName
{
background-color: #4EEDB6;
}
</style>
border-color css
<style>
span { border-color: #4EEDB6; }
span { border-color: rgb(78,237,182); }
td.TdClassName
{
border-color: #4EEDB6;
}
.TagClassName
{
border-color: #4EEDB6;
}
</style>