Shades of Medium Turquoise #2ECABB
Tints of Medium Turquoise #2ECABB
RGB
CMYK
RGB Variations
Color information
#2ECABB (or 0x2ECABB) is known color: Medium Turquoise. HEX triplet: 2E, CA and BB. RGB value is (46,202,187). Sum of RGB (Red+Green+Blue) = 46+202+187=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECABB is #D13544. Grayscale: #999999. Windows color (decimal): -13710661 or 12306990. OLE color: 12306990.
HSL color Cylindrical-coordinate representation of color #2ECABB: hue angle of 174.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECABB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 187 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.21 |
| HSL | 174.23º | 0.63% | 0.49% | - |
| HSV(B) | 174.23º | 0.77% | 0.79% | - |
| XYZ | 31.22 | 46.41 | 54.33 | - |
| YUV | 153.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 187 | 0.77 | 0 | 0.07 | 0.21 | 174.23 | 0.63 | 0.49 |
| Hex | 2E | CA | BB | 4D | 0 | 7 | 15 | AE | 3F | 31 |
| Octal | 56 | 312 | 273 | 115 | 0 | 7 | 25 | 256 | 77 | 61 |
| Binary | 101110 | 11001010 | 10111011 | 1001101 | 0 | 111 | 10101 | 10101110 | 111111 | 110001 |
Color Harmonies of #2ECABB
Complementary color
Monochromatic Colors of #2ECABB
Black with #2ECABB
Text Example
Text Example
White with #2ECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECABB; }
p { color: rgb(46,202,187); }
H1.HeaderClassName
{
color: #2ECABB;
}
.AnyTagClassName
{
color: #2ECABB;
}
</style>
background-color css
<style>
a { background-color: #2ECABB; }
a { background-color: rgb(46,202,187); }
div.DivClassName
{
background-color: #2ECABB;
}
.BgClassName
{
background-color: #2ECABB;
}
</style>
border-color css
<style>
span { border-color: #2ECABB; }
span { border-color: rgb(46,202,187); }
td.TdClassName
{
border-color: #2ECABB;
}
.TagClassName
{
border-color: #2ECABB;
}
</style>