Shades of Turquoise #4EE9D0
Tints of Turquoise #4EE9D0
RGB
CMYK
RGB Variations
Color information
#4EE9D0 (or 0x4EE9D0) is known color: Turquoise. HEX triplet: 4E, E9 and D0. RGB value is (78,233,208). Sum of RGB (Red+Green+Blue) = 78+233+208=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9D0 is #B1162F. Grayscale: #B7B7B7. Windows color (decimal): -11605552 or 13691214. OLE color: 13691214.
HSL color Cylindrical-coordinate representation of color #4EE9D0: hue angle of 170.32º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE9D0 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 208 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.09 |
| HSL | 170.32º | 0.78% | 0.61% | - |
| HSV(B) | 170.32º | 0.67% | 0.91% | - |
| XYZ | 43.67 | 64.45 | 69.81 | - |
| YUV | 183.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 208 | 0.67 | 0 | 0.11 | 0.09 | 170.32 | 0.78 | 0.61 |
| Hex | 4E | E9 | D0 | 43 | 0 | B | 9 | AA | 4E | 3D |
| Octal | 116 | 351 | 320 | 103 | 0 | 13 | 11 | 252 | 116 | 75 |
| Binary | 1001110 | 11101001 | 11010000 | 1000011 | 0 | 1011 | 1001 | 10101010 | 1001110 | 111101 |
Color Harmonies of #4EE9D0
Complementary color
Monochromatic Colors of #4EE9D0
Black with #4EE9D0
Text Example
Text Example
White with #4EE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9D0; }
p { color: rgb(78,233,208); }
H1.HeaderClassName
{
color: #4EE9D0;
}
.AnyTagClassName
{
color: #4EE9D0;
}
</style>
background-color css
<style>
a { background-color: #4EE9D0; }
a { background-color: rgb(78,233,208); }
div.DivClassName
{
background-color: #4EE9D0;
}
.BgClassName
{
background-color: #4EE9D0;
}
</style>
border-color css
<style>
span { border-color: #4EE9D0; }
span { border-color: rgb(78,233,208); }
td.TdClassName
{
border-color: #4EE9D0;
}
.TagClassName
{
border-color: #4EE9D0;
}
</style>