Shades of Turquoise #4EE9C2
Tints of Turquoise #4EE9C2
RGB
CMYK
RGB Variations
Color information
#4EE9C2 (or 0x4EE9C2) is known color: Turquoise. HEX triplet: 4E, E9 and C2. RGB value is (78,233,194). Sum of RGB (Red+Green+Blue) = 78+233+194=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9C2 is #B1163D. Grayscale: #B6B6B6. Windows color (decimal): -11605566 or 12773710. OLE color: 12773710.
HSL color Cylindrical-coordinate representation of color #4EE9C2: hue angle of 164.9º 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 #4EE9C2 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 194 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.09 |
| HSL | 164.9º | 0.78% | 0.61% | - |
| HSV(B) | 164.9º | 0.67% | 0.91% | - |
| XYZ | 42.02 | 63.79 | 61.14 | - |
| YUV | 182.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 194 | 0.67 | 0 | 0.17 | 0.09 | 164.9 | 0.78 | 0.61 |
| Hex | 4E | E9 | C2 | 43 | 0 | 11 | 9 | A5 | 4E | 3D |
| Octal | 116 | 351 | 302 | 103 | 0 | 21 | 11 | 245 | 116 | 75 |
| Binary | 1001110 | 11101001 | 11000010 | 1000011 | 0 | 10001 | 1001 | 10100101 | 1001110 | 111101 |
Color Harmonies of #4EE9C2
Complementary color
Monochromatic Colors of #4EE9C2
Black with #4EE9C2
Text Example
Text Example
White with #4EE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9C2; }
p { color: rgb(78,233,194); }
H1.HeaderClassName
{
color: #4EE9C2;
}
.AnyTagClassName
{
color: #4EE9C2;
}
</style>
background-color css
<style>
a { background-color: #4EE9C2; }
a { background-color: rgb(78,233,194); }
div.DivClassName
{
background-color: #4EE9C2;
}
.BgClassName
{
background-color: #4EE9C2;
}
</style>
border-color css
<style>
span { border-color: #4EE9C2; }
span { border-color: rgb(78,233,194); }
td.TdClassName
{
border-color: #4EE9C2;
}
.TagClassName
{
border-color: #4EE9C2;
}
</style>