Shades of Turquoise #4EE9D3
Tints of Turquoise #4EE9D3
RGB
CMYK
RGB Variations
Color information
#4EE9D3 (or 0x4EE9D3) is known color: Turquoise. HEX triplet: 4E, E9 and D3. RGB value is (78,233,211). Sum of RGB (Red+Green+Blue) = 78+233+211=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9D3 is #B1162C. Grayscale: #B8B8B8. Windows color (decimal): -11605549 or 13887822. OLE color: 13887822.
HSL color Cylindrical-coordinate representation of color #4EE9D3: hue angle of 171.48º 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 #4EE9D3 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 211 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.09 |
| HSL | 171.48º | 0.78% | 0.61% | - |
| HSV(B) | 171.48º | 0.67% | 0.91% | - |
| XYZ | 44.04 | 64.6 | 71.78 | - |
| YUV | 184.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 211 | 0.67 | 0 | 0.09 | 0.09 | 171.48 | 0.78 | 0.61 |
| Hex | 4E | E9 | D3 | 43 | 0 | 9 | 9 | AB | 4E | 3D |
| Octal | 116 | 351 | 323 | 103 | 0 | 11 | 11 | 253 | 116 | 75 |
| Binary | 1001110 | 11101001 | 11010011 | 1000011 | 0 | 1001 | 1001 | 10101011 | 1001110 | 111101 |
Color Harmonies of #4EE9D3
Complementary color
Monochromatic Colors of #4EE9D3
Black with #4EE9D3
Text Example
Text Example
White with #4EE9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9D3; }
p { color: rgb(78,233,211); }
H1.HeaderClassName
{
color: #4EE9D3;
}
.AnyTagClassName
{
color: #4EE9D3;
}
</style>
background-color css
<style>
a { background-color: #4EE9D3; }
a { background-color: rgb(78,233,211); }
div.DivClassName
{
background-color: #4EE9D3;
}
.BgClassName
{
background-color: #4EE9D3;
}
</style>
border-color css
<style>
span { border-color: #4EE9D3; }
span { border-color: rgb(78,233,211); }
td.TdClassName
{
border-color: #4EE9D3;
}
.TagClassName
{
border-color: #4EE9D3;
}
</style>