Shades of Turquoise #4EEDB9
Tints of Turquoise #4EEDB9
RGB
CMYK
RGB Variations
Color information
#4EEDB9 (or 0x4EEDB9) is known color: Turquoise. HEX triplet: 4E, ED and B9. RGB value is (78,237,185). Sum of RGB (Red+Green+Blue) = 78+237+185=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDB9 is #B11246. Grayscale: #B7B7B7. Windows color (decimal): -11604551 or 12184910. OLE color: 12184910.
HSL color Cylindrical-coordinate representation of color #4EEDB9: hue angle of 160.38º 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 #4EEDB9 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 185 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.07 |
| HSL | 160.38º | 0.82% | 0.62% | - |
| HSV(B) | 160.38º | 0.67% | 0.93% | - |
| XYZ | 42.18 | 65.69 | 56.36 | - |
| YUV | 183.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 185 | 0.67 | 0 | 0.22 | 0.07 | 160.38 | 0.82 | 0.62 |
| Hex | 4E | ED | B9 | 43 | 0 | 16 | 7 | A0 | 52 | 3E |
| Octal | 116 | 355 | 271 | 103 | 0 | 26 | 7 | 240 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10111001 | 1000011 | 0 | 10110 | 111 | 10100000 | 1010010 | 111110 |
Color Harmonies of #4EEDB9
Complementary color
Monochromatic Colors of #4EEDB9
Black with #4EEDB9
Text Example
Text Example
White with #4EEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDB9; }
p { color: rgb(78,237,185); }
H1.HeaderClassName
{
color: #4EEDB9;
}
.AnyTagClassName
{
color: #4EEDB9;
}
</style>
background-color css
<style>
a { background-color: #4EEDB9; }
a { background-color: rgb(78,237,185); }
div.DivClassName
{
background-color: #4EEDB9;
}
.BgClassName
{
background-color: #4EEDB9;
}
</style>
border-color css
<style>
span { border-color: #4EEDB9; }
span { border-color: rgb(78,237,185); }
td.TdClassName
{
border-color: #4EEDB9;
}
.TagClassName
{
border-color: #4EEDB9;
}
</style>