Shades of Turquoise #2EE9BF
Tints of Turquoise #2EE9BF
RGB
CMYK
RGB Variations
Color information
#2EE9BF (or 0x2EE9BF) is known color: Turquoise. HEX triplet: 2E, E9 and BF. RGB value is (46,233,191). Sum of RGB (Red+Green+Blue) = 46+233+191=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9BF is #D11640. Grayscale: #ACACAC. Windows color (decimal): -13702721 or 12577070. OLE color: 12577070.
HSL color Cylindrical-coordinate representation of color #2EE9BF: hue angle of 166.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE9BF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 191 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.09 |
| HSL | 166.52º | 0.81% | 0.55% | - |
| HSV(B) | 166.52º | 0.8% | 0.91% | - |
| XYZ | 39.67 | 62.62 | 59.29 | - |
| YUV | 172.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 191 | 0.80 | 0 | 0.18 | 0.09 | 166.52 | 0.81 | 0.55 |
| Hex | 2E | E9 | BF | 50 | 0 | 12 | 9 | A7 | 51 | 37 |
| Octal | 56 | 351 | 277 | 120 | 0 | 22 | 11 | 247 | 121 | 67 |
| Binary | 101110 | 11101001 | 10111111 | 1010000 | 0 | 10010 | 1001 | 10100111 | 1010001 | 110111 |
Color Harmonies of #2EE9BF
Complementary color
Monochromatic Colors of #2EE9BF
Black with #2EE9BF
Text Example
Text Example
White with #2EE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE9BF; }
p { color: rgb(46,233,191); }
H1.HeaderClassName
{
color: #2EE9BF;
}
.AnyTagClassName
{
color: #2EE9BF;
}
</style>
background-color css
<style>
a { background-color: #2EE9BF; }
a { background-color: rgb(46,233,191); }
div.DivClassName
{
background-color: #2EE9BF;
}
.BgClassName
{
background-color: #2EE9BF;
}
</style>
border-color css
<style>
span { border-color: #2EE9BF; }
span { border-color: rgb(46,233,191); }
td.TdClassName
{
border-color: #2EE9BF;
}
.TagClassName
{
border-color: #2EE9BF;
}
</style>