Shades of Turquoise #2EE9BC
Tints of Turquoise #2EE9BC
RGB
CMYK
RGB Variations
Color information
#2EE9BC (or 0x2EE9BC) is known color: Turquoise. HEX triplet: 2E, E9 and BC. RGB value is (46,233,188). Sum of RGB (Red+Green+Blue) = 46+233+188=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9BC is #D11643. Grayscale: #ABABAB. Windows color (decimal): -13702724 or 12380462. OLE color: 12380462.
HSL color Cylindrical-coordinate representation of color #2EE9BC: hue angle of 165.56º 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 #2EE9BC is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 188 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.09 |
| HSL | 165.56º | 0.81% | 0.55% | - |
| HSV(B) | 165.56º | 0.8% | 0.91% | - |
| XYZ | 39.34 | 62.49 | 57.57 | - |
| YUV | 171.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 188 | 0.80 | 0 | 0.19 | 0.09 | 165.56 | 0.81 | 0.55 |
| Hex | 2E | E9 | BC | 50 | 0 | 13 | 9 | A6 | 51 | 37 |
| Octal | 56 | 351 | 274 | 120 | 0 | 23 | 11 | 246 | 121 | 67 |
| Binary | 101110 | 11101001 | 10111100 | 1010000 | 0 | 10011 | 1001 | 10100110 | 1010001 | 110111 |
Color Harmonies of #2EE9BC
Complementary color
Monochromatic Colors of #2EE9BC
Black with #2EE9BC
Text Example
Text Example
White with #2EE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE9BC; }
p { color: rgb(46,233,188); }
H1.HeaderClassName
{
color: #2EE9BC;
}
.AnyTagClassName
{
color: #2EE9BC;
}
</style>
background-color css
<style>
a { background-color: #2EE9BC; }
a { background-color: rgb(46,233,188); }
div.DivClassName
{
background-color: #2EE9BC;
}
.BgClassName
{
background-color: #2EE9BC;
}
</style>
border-color css
<style>
span { border-color: #2EE9BC; }
span { border-color: rgb(46,233,188); }
td.TdClassName
{
border-color: #2EE9BC;
}
.TagClassName
{
border-color: #2EE9BC;
}
</style>