Shades of Turquoise #4EEDB7
Tints of Turquoise #4EEDB7
RGB
CMYK
RGB Variations
Color information
#4EEDB7 (or 0x4EEDB7) is known color: Turquoise. HEX triplet: 4E, ED and B7. RGB value is (78,237,183). Sum of RGB (Red+Green+Blue) = 78+237+183=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDB7 is #B11248. Grayscale: #B7B7B7. Windows color (decimal): -11604553 or 12053838. OLE color: 12053838.
HSL color Cylindrical-coordinate representation of color #4EEDB7: hue angle of 159.62º 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 #4EEDB7 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 183 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.07 |
| HSL | 159.62º | 0.82% | 0.62% | - |
| HSV(B) | 159.62º | 0.67% | 0.93% | - |
| XYZ | 41.97 | 65.61 | 55.25 | - |
| YUV | 183.3 | 127.82 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 183 | 0.67 | 0 | 0.23 | 0.07 | 159.62 | 0.82 | 0.62 |
| Hex | 4E | ED | B7 | 43 | 0 | 17 | 7 | A0 | 52 | 3E |
| Octal | 116 | 355 | 267 | 103 | 0 | 27 | 7 | 240 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10110111 | 1000011 | 0 | 10111 | 111 | 10100000 | 1010010 | 111110 |
Color Harmonies of #4EEDB7
Complementary color
Monochromatic Colors of #4EEDB7
Black with #4EEDB7
Text Example
Text Example
White with #4EEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDB7; }
p { color: rgb(78,237,183); }
H1.HeaderClassName
{
color: #4EEDB7;
}
.AnyTagClassName
{
color: #4EEDB7;
}
</style>
background-color css
<style>
a { background-color: #4EEDB7; }
a { background-color: rgb(78,237,183); }
div.DivClassName
{
background-color: #4EEDB7;
}
.BgClassName
{
background-color: #4EEDB7;
}
</style>
border-color css
<style>
span { border-color: #4EEDB7; }
span { border-color: rgb(78,237,183); }
td.TdClassName
{
border-color: #4EEDB7;
}
.TagClassName
{
border-color: #4EEDB7;
}
</style>