Shades of Turquoise #2EECBA
Tints of Turquoise #2EECBA
RGB
CMYK
RGB Variations
Color information
#2EECBA (or 0x2EECBA) is known color: Turquoise. HEX triplet: 2E, EC and BA. RGB value is (46,236,186). Sum of RGB (Red+Green+Blue) = 46+236+186=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECBA is #D11345. Grayscale: #ADADAD. Windows color (decimal): -13701958 or 12250158. OLE color: 12250158.
HSL color Cylindrical-coordinate representation of color #2EECBA: hue angle of 164.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECBA is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 186 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.07 |
| HSL | 164.21º | 0.83% | 0.55% | - |
| HSV(B) | 164.21º | 0.81% | 0.93% | - |
| XYZ | 39.99 | 64.12 | 56.72 | - |
| YUV | 173.49 | 135.05 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 186 | 0.81 | 0 | 0.21 | 0.07 | 164.21 | 0.83 | 0.55 |
| Hex | 2E | EC | BA | 51 | 0 | 15 | 7 | A4 | 53 | 37 |
| Octal | 56 | 354 | 272 | 121 | 0 | 25 | 7 | 244 | 123 | 67 |
| Binary | 101110 | 11101100 | 10111010 | 1010001 | 0 | 10101 | 111 | 10100100 | 1010011 | 110111 |
Color Harmonies of #2EECBA
Complementary color
Monochromatic Colors of #2EECBA
Black with #2EECBA
Text Example
Text Example
White with #2EECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECBA; }
p { color: rgb(46,236,186); }
H1.HeaderClassName
{
color: #2EECBA;
}
.AnyTagClassName
{
color: #2EECBA;
}
</style>
background-color css
<style>
a { background-color: #2EECBA; }
a { background-color: rgb(46,236,186); }
div.DivClassName
{
background-color: #2EECBA;
}
.BgClassName
{
background-color: #2EECBA;
}
</style>
border-color css
<style>
span { border-color: #2EECBA; }
span { border-color: rgb(46,236,186); }
td.TdClassName
{
border-color: #2EECBA;
}
.TagClassName
{
border-color: #2EECBA;
}
</style>