Shades of Turquoise #2EE5BC
Tints of Turquoise #2EE5BC
RGB
CMYK
RGB Variations
Color information
#2EE5BC (or 0x2EE5BC) is known color: Turquoise. HEX triplet: 2E, E5 and BC. RGB value is (46,229,188). Sum of RGB (Red+Green+Blue) = 46+229+188=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE5BC is #D11A43. Grayscale: #A9A9A9. Windows color (decimal): -13703748 or 12379438. OLE color: 12379438.
HSL color Cylindrical-coordinate representation of color #2EE5BC: hue angle of 166.56º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE5BC is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 188 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.10 |
| HSL | 166.56º | 0.78% | 0.54% | - |
| HSV(B) | 166.56º | 0.8% | 0.9% | - |
| XYZ | 38.22 | 60.25 | 57.19 | - |
| YUV | 169.61 | 138.37 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 188 | 0.80 | 0 | 0.18 | 0.10 | 166.56 | 0.78 | 0.54 |
| Hex | 2E | E5 | BC | 50 | 0 | 12 | A | A7 | 4E | 36 |
| Octal | 56 | 345 | 274 | 120 | 0 | 22 | 12 | 247 | 116 | 66 |
| Binary | 101110 | 11100101 | 10111100 | 1010000 | 0 | 10010 | 1010 | 10100111 | 1001110 | 110110 |
Color Harmonies of #2EE5BC
Complementary color
Monochromatic Colors of #2EE5BC
Black with #2EE5BC
Text Example
Text Example
White with #2EE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE5BC; }
p { color: rgb(46,229,188); }
H1.HeaderClassName
{
color: #2EE5BC;
}
.AnyTagClassName
{
color: #2EE5BC;
}
</style>
background-color css
<style>
a { background-color: #2EE5BC; }
a { background-color: rgb(46,229,188); }
div.DivClassName
{
background-color: #2EE5BC;
}
.BgClassName
{
background-color: #2EE5BC;
}
</style>
border-color css
<style>
span { border-color: #2EE5BC; }
span { border-color: rgb(46,229,188); }
td.TdClassName
{
border-color: #2EE5BC;
}
.TagClassName
{
border-color: #2EE5BC;
}
</style>