Shades of Turquoise #4EEDB5
Tints of Turquoise #4EEDB5
RGB
CMYK
RGB Variations
Color information
#4EEDB5 (or 0x4EEDB5) is known color: Turquoise. HEX triplet: 4E, ED and B5. RGB value is (78,237,181). Sum of RGB (Red+Green+Blue) = 78+237+181=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDB5 is #B1124A. Grayscale: #B7B7B7. Windows color (decimal): -11604555 or 11922766. OLE color: 11922766.
HSL color Cylindrical-coordinate representation of color #4EEDB5: hue angle of 158.87º 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 #4EEDB5 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 181 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.07 |
| HSL | 158.87º | 0.82% | 0.62% | - |
| HSV(B) | 158.87º | 0.67% | 0.93% | - |
| XYZ | 41.77 | 65.52 | 54.16 | - |
| YUV | 183.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 181 | 0.67 | 0 | 0.24 | 0.07 | 158.87 | 0.82 | 0.62 |
| Hex | 4E | ED | B5 | 43 | 0 | 18 | 7 | 9F | 52 | 3E |
| Octal | 116 | 355 | 265 | 103 | 0 | 30 | 7 | 237 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10110101 | 1000011 | 0 | 11000 | 111 | 10011111 | 1010010 | 111110 |
Color Harmonies of #4EEDB5
Complementary color
Monochromatic Colors of #4EEDB5
Black with #4EEDB5
Text Example
Text Example
White with #4EEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDB5; }
p { color: rgb(78,237,181); }
H1.HeaderClassName
{
color: #4EEDB5;
}
.AnyTagClassName
{
color: #4EEDB5;
}
</style>
background-color css
<style>
a { background-color: #4EEDB5; }
a { background-color: rgb(78,237,181); }
div.DivClassName
{
background-color: #4EEDB5;
}
.BgClassName
{
background-color: #4EEDB5;
}
</style>
border-color css
<style>
span { border-color: #4EEDB5; }
span { border-color: rgb(78,237,181); }
td.TdClassName
{
border-color: #4EEDB5;
}
.TagClassName
{
border-color: #4EEDB5;
}
</style>