Shades of Turquoise #4EE9BF
Tints of Turquoise #4EE9BF
RGB
CMYK
RGB Variations
Color information
#4EE9BF (or 0x4EE9BF) is known color: Turquoise. HEX triplet: 4E, E9 and BF. RGB value is (78,233,191). Sum of RGB (Red+Green+Blue) = 78+233+191=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9BF is #B11640. Grayscale: #B5B5B5. Windows color (decimal): -11605569 or 12577102. OLE color: 12577102.
HSL color Cylindrical-coordinate representation of color #4EE9BF: hue angle of 163.74º 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 #4EE9BF is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 191 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.09 |
| HSL | 163.74º | 0.78% | 0.61% | - |
| HSV(B) | 163.74º | 0.67% | 0.91% | - |
| XYZ | 41.68 | 63.66 | 59.38 | - |
| YUV | 181.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 191 | 0.67 | 0 | 0.18 | 0.09 | 163.74 | 0.78 | 0.61 |
| Hex | 4E | E9 | BF | 43 | 0 | 12 | 9 | A4 | 4E | 3D |
| Octal | 116 | 351 | 277 | 103 | 0 | 22 | 11 | 244 | 116 | 75 |
| Binary | 1001110 | 11101001 | 10111111 | 1000011 | 0 | 10010 | 1001 | 10100100 | 1001110 | 111101 |
Color Harmonies of #4EE9BF
Complementary color
Monochromatic Colors of #4EE9BF
Black with #4EE9BF
Text Example
Text Example
White with #4EE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE9BF; }
p { color: rgb(78,233,191); }
H1.HeaderClassName
{
color: #4EE9BF;
}
.AnyTagClassName
{
color: #4EE9BF;
}
</style>
background-color css
<style>
a { background-color: #4EE9BF; }
a { background-color: rgb(78,233,191); }
div.DivClassName
{
background-color: #4EE9BF;
}
.BgClassName
{
background-color: #4EE9BF;
}
</style>
border-color css
<style>
span { border-color: #4EE9BF; }
span { border-color: rgb(78,233,191); }
td.TdClassName
{
border-color: #4EE9BF;
}
.TagClassName
{
border-color: #4EE9BF;
}
</style>