Shades of Turquoise #2EEBBA
Tints of Turquoise #2EEBBA
RGB
CMYK
RGB Variations
Color information
#2EEBBA (or 0x2EEBBA) is known color: Turquoise. HEX triplet: 2E, EB and BA. RGB value is (46,235,186). Sum of RGB (Red+Green+Blue) = 46+235+186=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBBA is #D11445. Grayscale: #ACACAC. Windows color (decimal): -13702214 or 12249902. OLE color: 12249902.
HSL color Cylindrical-coordinate representation of color #2EEBBA: hue angle of 164.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBBA is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 186 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.08 |
| HSL | 164.44º | 0.83% | 0.55% | - |
| HSV(B) | 164.44º | 0.8% | 0.92% | - |
| XYZ | 39.7 | 63.54 | 56.63 | - |
| YUV | 172.9 | 135.38 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 186 | 0.80 | 0 | 0.21 | 0.08 | 164.44 | 0.83 | 0.55 |
| Hex | 2E | EB | BA | 50 | 0 | 15 | 8 | A4 | 53 | 37 |
| Octal | 56 | 353 | 272 | 120 | 0 | 25 | 10 | 244 | 123 | 67 |
| Binary | 101110 | 11101011 | 10111010 | 1010000 | 0 | 10101 | 1000 | 10100100 | 1010011 | 110111 |
Color Harmonies of #2EEBBA
Complementary color
Monochromatic Colors of #2EEBBA
Black with #2EEBBA
Text Example
Text Example
White with #2EEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBBA; }
p { color: rgb(46,235,186); }
H1.HeaderClassName
{
color: #2EEBBA;
}
.AnyTagClassName
{
color: #2EEBBA;
}
</style>
background-color css
<style>
a { background-color: #2EEBBA; }
a { background-color: rgb(46,235,186); }
div.DivClassName
{
background-color: #2EEBBA;
}
.BgClassName
{
background-color: #2EEBBA;
}
</style>
border-color css
<style>
span { border-color: #2EEBBA; }
span { border-color: rgb(46,235,186); }
td.TdClassName
{
border-color: #2EEBBA;
}
.TagClassName
{
border-color: #2EEBBA;
}
</style>