Shades of Turquoise #2EECB9
Tints of Turquoise #2EECB9
RGB
CMYK
RGB Variations
Color information
#2EECB9 (or 0x2EECB9) is known color: Turquoise. HEX triplet: 2E, EC and B9. RGB value is (46,236,185). Sum of RGB (Red+Green+Blue) = 46+236+185=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECB9 is #D11346. Grayscale: #ADADAD. Windows color (decimal): -13701959 or 12184622. OLE color: 12184622.
HSL color Cylindrical-coordinate representation of color #2EECB9: hue angle of 163.89º 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 #2EECB9 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 185 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.07 |
| HSL | 163.89º | 0.83% | 0.55% | - |
| HSV(B) | 163.89º | 0.81% | 0.93% | - |
| XYZ | 39.88 | 64.07 | 56.16 | - |
| YUV | 173.38 | 134.55 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 185 | 0.81 | 0 | 0.22 | 0.07 | 163.89 | 0.83 | 0.55 |
| Hex | 2E | EC | B9 | 51 | 0 | 16 | 7 | A4 | 53 | 37 |
| Octal | 56 | 354 | 271 | 121 | 0 | 26 | 7 | 244 | 123 | 67 |
| Binary | 101110 | 11101100 | 10111001 | 1010001 | 0 | 10110 | 111 | 10100100 | 1010011 | 110111 |
Color Harmonies of #2EECB9
Complementary color
Monochromatic Colors of #2EECB9
Black with #2EECB9
Text Example
Text Example
White with #2EECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECB9; }
p { color: rgb(46,236,185); }
H1.HeaderClassName
{
color: #2EECB9;
}
.AnyTagClassName
{
color: #2EECB9;
}
</style>
background-color css
<style>
a { background-color: #2EECB9; }
a { background-color: rgb(46,236,185); }
div.DivClassName
{
background-color: #2EECB9;
}
.BgClassName
{
background-color: #2EECB9;
}
</style>
border-color css
<style>
span { border-color: #2EECB9; }
span { border-color: rgb(46,236,185); }
td.TdClassName
{
border-color: #2EECB9;
}
.TagClassName
{
border-color: #2EECB9;
}
</style>