Shades of Turquoise #2EECBC
Tints of Turquoise #2EECBC
RGB
CMYK
RGB Variations
Color information
#2EECBC (or 0x2EECBC) is known color: Turquoise. HEX triplet: 2E, EC and BC. RGB value is (46,236,188). Sum of RGB (Red+Green+Blue) = 46+236+188=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECBC is #D11343. Grayscale: #ADADAD. Windows color (decimal): -13701956 or 12381230. OLE color: 12381230.
HSL color Cylindrical-coordinate representation of color #2EECBC: hue angle of 164.84º 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 #2EECBC is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 188 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 164.84º | 0.83% | 0.55% | - |
| HSV(B) | 164.84º | 0.81% | 0.93% | - |
| XYZ | 40.2 | 64.2 | 57.85 | - |
| YUV | 173.72 | 136.05 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 188 | 0.81 | 0 | 0.20 | 0.07 | 164.84 | 0.83 | 0.55 |
| Hex | 2E | EC | BC | 51 | 0 | 14 | 7 | A5 | 53 | 37 |
| Octal | 56 | 354 | 274 | 121 | 0 | 24 | 7 | 245 | 123 | 67 |
| Binary | 101110 | 11101100 | 10111100 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2EECBC
Complementary color
Monochromatic Colors of #2EECBC
Black with #2EECBC
Text Example
Text Example
White with #2EECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECBC; }
p { color: rgb(46,236,188); }
H1.HeaderClassName
{
color: #2EECBC;
}
.AnyTagClassName
{
color: #2EECBC;
}
</style>
background-color css
<style>
a { background-color: #2EECBC; }
a { background-color: rgb(46,236,188); }
div.DivClassName
{
background-color: #2EECBC;
}
.BgClassName
{
background-color: #2EECBC;
}
</style>
border-color css
<style>
span { border-color: #2EECBC; }
span { border-color: rgb(46,236,188); }
td.TdClassName
{
border-color: #2EECBC;
}
.TagClassName
{
border-color: #2EECBC;
}
</style>