Shades of Turquoise #4EE9D5
Tints of Turquoise #4EE9D5
RGB
CMYK
RGB Variations
Color information
#4EE9D5 (or 0x4EE9D5) is known color: Turquoise. HEX triplet: 4E, E9 and D5. RGB value is (78,233,213). Sum of RGB (Red+Green+Blue) = 78+233+213=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9D5 is #B1162A. Grayscale: #B8B8B8. Windows color (decimal): -11605547 or 14018894. OLE color: 14018894.
HSL color Cylindrical-coordinate representation of color #4EE9D5: hue angle of 172.26º 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 #4EE9D5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 213 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.09 |
| HSL | 172.26º | 0.78% | 0.61% | - |
| HSV(B) | 172.26º | 0.67% | 0.91% | - |
| XYZ | 44.29 | 64.7 | 73.11 | - |
| YUV | 184.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 213 | 0.67 | 0 | 0.09 | 0.09 | 172.26 | 0.78 | 0.61 |
| Hex | 4E | E9 | D5 | 43 | 0 | 9 | 9 | AC | 4E | 3D |
| Octal | 116 | 351 | 325 | 103 | 0 | 11 | 11 | 254 | 116 | 75 |
| Binary | 1001110 | 11101001 | 11010101 | 1000011 | 0 | 1001 | 1001 | 10101100 | 1001110 | 111101 |
Color Harmonies of #4EE9D5
Complementary color
Monochromatic Colors of #4EE9D5
Black with #4EE9D5
Text Example
Text Example
White with #4EE9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9D5; }
p { color: rgb(78,233,213); }
H1.HeaderClassName
{
color: #4EE9D5;
}
.AnyTagClassName
{
color: #4EE9D5;
}
</style>
background-color css
<style>
a { background-color: #4EE9D5; }
a { background-color: rgb(78,233,213); }
div.DivClassName
{
background-color: #4EE9D5;
}
.BgClassName
{
background-color: #4EE9D5;
}
</style>
border-color css
<style>
span { border-color: #4EE9D5; }
span { border-color: rgb(78,233,213); }
td.TdClassName
{
border-color: #4EE9D5;
}
.TagClassName
{
border-color: #4EE9D5;
}
</style>