Shades of Medium Turquoise #2ECAC4
Tints of Medium Turquoise #2ECAC4
RGB
CMYK
RGB Variations
Color information
#2ECAC4 (or 0x2ECAC4) is known color: Medium Turquoise. HEX triplet: 2E, CA and C4. RGB value is (46,202,196). Sum of RGB (Red+Green+Blue) = 46+202+196=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC4 is #D1353B. Grayscale: #9A9A9A. Windows color (decimal): -13710652 or 12896814. OLE color: 12896814.
HSL color Cylindrical-coordinate representation of color #2ECAC4: hue angle of 177.69º 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 #2ECAC4 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 196 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.21 |
| HSL | 177.69º | 0.63% | 0.49% | - |
| HSV(B) | 177.69º | 0.77% | 0.79% | - |
| XYZ | 32.21 | 46.81 | 59.56 | - |
| YUV | 154.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 196 | 0.77 | 0 | 0.03 | 0.21 | 177.69 | 0.63 | 0.49 |
| Hex | 2E | CA | C4 | 4D | 0 | 3 | 15 | B2 | 3F | 31 |
| Octal | 56 | 312 | 304 | 115 | 0 | 3 | 25 | 262 | 77 | 61 |
| Binary | 101110 | 11001010 | 11000100 | 1001101 | 0 | 11 | 10101 | 10110010 | 111111 | 110001 |
Color Harmonies of #2ECAC4
Complementary color
Monochromatic Colors of #2ECAC4
Black with #2ECAC4
Text Example
Text Example
White with #2ECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAC4; }
p { color: rgb(46,202,196); }
H1.HeaderClassName
{
color: #2ECAC4;
}
.AnyTagClassName
{
color: #2ECAC4;
}
</style>
background-color css
<style>
a { background-color: #2ECAC4; }
a { background-color: rgb(46,202,196); }
div.DivClassName
{
background-color: #2ECAC4;
}
.BgClassName
{
background-color: #2ECAC4;
}
</style>
border-color css
<style>
span { border-color: #2ECAC4; }
span { border-color: rgb(46,202,196); }
td.TdClassName
{
border-color: #2ECAC4;
}
.TagClassName
{
border-color: #2ECAC4;
}
</style>