Shades of Medium Turquoise #2ECAC0
Tints of Medium Turquoise #2ECAC0
RGB
CMYK
RGB Variations
Color information
#2ECAC0 (or 0x2ECAC0) is known color: Medium Turquoise. HEX triplet: 2E, CA and C0. RGB value is (46,202,192). Sum of RGB (Red+Green+Blue) = 46+202+192=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC0 is #D1353F. Grayscale: #9A9A9A. Windows color (decimal): -13710656 or 12634670. OLE color: 12634670.
HSL color Cylindrical-coordinate representation of color #2ECAC0: hue angle of 176.15º 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 #2ECAC0 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 192 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.21 |
| HSL | 176.15º | 0.63% | 0.49% | - |
| HSV(B) | 176.15º | 0.77% | 0.79% | - |
| XYZ | 31.76 | 46.63 | 57.2 | - |
| YUV | 154.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 192 | 0.77 | 0 | 0.05 | 0.21 | 176.15 | 0.63 | 0.49 |
| Hex | 2E | CA | C0 | 4D | 0 | 5 | 15 | B0 | 3F | 31 |
| Octal | 56 | 312 | 300 | 115 | 0 | 5 | 25 | 260 | 77 | 61 |
| Binary | 101110 | 11001010 | 11000000 | 1001101 | 0 | 101 | 10101 | 10110000 | 111111 | 110001 |
Color Harmonies of #2ECAC0
Complementary color
Monochromatic Colors of #2ECAC0
Black with #2ECAC0
Text Example
Text Example
White with #2ECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAC0; }
p { color: rgb(46,202,192); }
H1.HeaderClassName
{
color: #2ECAC0;
}
.AnyTagClassName
{
color: #2ECAC0;
}
</style>
background-color css
<style>
a { background-color: #2ECAC0; }
a { background-color: rgb(46,202,192); }
div.DivClassName
{
background-color: #2ECAC0;
}
.BgClassName
{
background-color: #2ECAC0;
}
</style>
border-color css
<style>
span { border-color: #2ECAC0; }
span { border-color: rgb(46,202,192); }
td.TdClassName
{
border-color: #2ECAC0;
}
.TagClassName
{
border-color: #2ECAC0;
}
</style>