Shades of Turquoise #2EE7BC
Tints of Turquoise #2EE7BC
RGB
CMYK
RGB Variations
Color information
#2EE7BC (or 0x2EE7BC) is known color: Turquoise. HEX triplet: 2E, E7 and BC. RGB value is (46,231,188). Sum of RGB (Red+Green+Blue) = 46+231+188=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE7BC is #D11843. Grayscale: #AAAAAA. Windows color (decimal): -13703236 or 12379950. OLE color: 12379950.
HSL color Cylindrical-coordinate representation of color #2EE7BC: hue angle of 166.05º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE7BC is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 188 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.09 |
| HSL | 166.05º | 0.79% | 0.54% | - |
| HSV(B) | 166.05º | 0.8% | 0.91% | - |
| XYZ | 38.78 | 61.36 | 57.38 | - |
| YUV | 170.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 188 | 0.80 | 0 | 0.19 | 0.09 | 166.05 | 0.79 | 0.54 |
| Hex | 2E | E7 | BC | 50 | 0 | 13 | 9 | A6 | 4F | 36 |
| Octal | 56 | 347 | 274 | 120 | 0 | 23 | 11 | 246 | 117 | 66 |
| Binary | 101110 | 11100111 | 10111100 | 1010000 | 0 | 10011 | 1001 | 10100110 | 1001111 | 110110 |
Color Harmonies of #2EE7BC
Complementary color
Monochromatic Colors of #2EE7BC
Black with #2EE7BC
Text Example
Text Example
White with #2EE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE7BC; }
p { color: rgb(46,231,188); }
H1.HeaderClassName
{
color: #2EE7BC;
}
.AnyTagClassName
{
color: #2EE7BC;
}
</style>
background-color css
<style>
a { background-color: #2EE7BC; }
a { background-color: rgb(46,231,188); }
div.DivClassName
{
background-color: #2EE7BC;
}
.BgClassName
{
background-color: #2EE7BC;
}
</style>
border-color css
<style>
span { border-color: #2EE7BC; }
span { border-color: rgb(46,231,188); }
td.TdClassName
{
border-color: #2EE7BC;
}
.TagClassName
{
border-color: #2EE7BC;
}
</style>