Shades of Medium Turquoise #2ECAC2
Tints of Medium Turquoise #2ECAC2
RGB
CMYK
RGB Variations
Color information
#2ECAC2 (or 0x2ECAC2) is known color: Medium Turquoise. HEX triplet: 2E, CA and C2. RGB value is (46,202,194). Sum of RGB (Red+Green+Blue) = 46+202+194=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC2 is #D1353D. Grayscale: #9A9A9A. Windows color (decimal): -13710654 or 12765742. OLE color: 12765742.
HSL color Cylindrical-coordinate representation of color #2ECAC2: hue angle of 176.92º 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 #2ECAC2 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 194 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.21 |
| HSL | 176.92º | 0.63% | 0.49% | - |
| HSV(B) | 176.92º | 0.77% | 0.79% | - |
| XYZ | 31.98 | 46.72 | 58.37 | - |
| YUV | 154.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 194 | 0.77 | 0 | 0.04 | 0.21 | 176.92 | 0.63 | 0.49 |
| Hex | 2E | CA | C2 | 4D | 0 | 4 | 15 | B1 | 3F | 31 |
| Octal | 56 | 312 | 302 | 115 | 0 | 4 | 25 | 261 | 77 | 61 |
| Binary | 101110 | 11001010 | 11000010 | 1001101 | 0 | 100 | 10101 | 10110001 | 111111 | 110001 |
Color Harmonies of #2ECAC2
Complementary color
Monochromatic Colors of #2ECAC2
Black with #2ECAC2
Text Example
Text Example
White with #2ECAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAC2; }
p { color: rgb(46,202,194); }
H1.HeaderClassName
{
color: #2ECAC2;
}
.AnyTagClassName
{
color: #2ECAC2;
}
</style>
background-color css
<style>
a { background-color: #2ECAC2; }
a { background-color: rgb(46,202,194); }
div.DivClassName
{
background-color: #2ECAC2;
}
.BgClassName
{
background-color: #2ECAC2;
}
</style>
border-color css
<style>
span { border-color: #2ECAC2; }
span { border-color: rgb(46,202,194); }
td.TdClassName
{
border-color: #2ECAC2;
}
.TagClassName
{
border-color: #2ECAC2;
}
</style>