Shades of Turquoise #4EEDBD
Tints of Turquoise #4EEDBD
RGB
CMYK
RGB Variations
Color information
#4EEDBD (or 0x4EEDBD) is known color: Turquoise. HEX triplet: 4E, ED and BD. RGB value is (78,237,189). Sum of RGB (Red+Green+Blue) = 78+237+189=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDBD is #B11242. Grayscale: #B8B8B8. Windows color (decimal): -11604547 or 12447054. OLE color: 12447054.
HSL color Cylindrical-coordinate representation of color #4EEDBD: hue angle of 161.89º 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 #4EEDBD is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 189 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.07 |
| HSL | 161.89º | 0.82% | 0.62% | - |
| HSV(B) | 161.89º | 0.67% | 0.93% | - |
| XYZ | 42.61 | 65.86 | 58.61 | - |
| YUV | 183.99 | 130.82 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 189 | 0.67 | 0 | 0.20 | 0.07 | 161.89 | 0.82 | 0.62 |
| Hex | 4E | ED | BD | 43 | 0 | 14 | 7 | A2 | 52 | 3E |
| Octal | 116 | 355 | 275 | 103 | 0 | 24 | 7 | 242 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10111101 | 1000011 | 0 | 10100 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #4EEDBD
Complementary color
Monochromatic Colors of #4EEDBD
Black with #4EEDBD
Text Example
Text Example
White with #4EEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDBD; }
p { color: rgb(78,237,189); }
H1.HeaderClassName
{
color: #4EEDBD;
}
.AnyTagClassName
{
color: #4EEDBD;
}
</style>
background-color css
<style>
a { background-color: #4EEDBD; }
a { background-color: rgb(78,237,189); }
div.DivClassName
{
background-color: #4EEDBD;
}
.BgClassName
{
background-color: #4EEDBD;
}
</style>
border-color css
<style>
span { border-color: #4EEDBD; }
span { border-color: rgb(78,237,189); }
td.TdClassName
{
border-color: #4EEDBD;
}
.TagClassName
{
border-color: #4EEDBD;
}
</style>