Shades of Medium Turquoise #2ECACA
Tints of Medium Turquoise #2ECACA
RGB
CMYK
RGB Variations
Color information
#2ECACA (or 0x2ECACA) is known color: Medium Turquoise. HEX triplet: 2E, CA and CA. RGB value is (46,202,202). Sum of RGB (Red+Green+Blue) = 46+202+202=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #2ECACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECACA is #D13535. Grayscale: #9B9B9B. Windows color (decimal): -13710646 or 13290030. OLE color: 13290030.
HSL color Cylindrical-coordinate representation of color #2ECACA: hue angle of 180º 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 #2ECACA is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 202 | - |
| CMYK | 0.77 | 0 | 0 | 0.21 |
| HSL | 180º | 0.63% | 0.49% | - |
| HSV(B) | 180º | 0.77% | 0.79% | - |
| XYZ | 32.91 | 47.09 | 63.23 | - |
| YUV | 155.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 202 | 0.77 | 0 | 0 | 0.21 | 180 | 0.63 | 0.49 |
| Hex | 2E | CA | CA | 4D | 0 | 0 | 15 | B4 | 3F | 31 |
| Octal | 56 | 312 | 312 | 115 | 0 | 0 | 25 | 264 | 77 | 61 |
| Binary | 101110 | 11001010 | 11001010 | 1001101 | 0 | 0 | 10101 | 10110100 | 111111 | 110001 |
Color Harmonies of #2ECACA
Complementary color
Monochromatic Colors of #2ECACA
Black with #2ECACA
Text Example
Text Example
White with #2ECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECACA; }
p { color: rgb(46,202,202); }
H1.HeaderClassName
{
color: #2ECACA;
}
.AnyTagClassName
{
color: #2ECACA;
}
</style>
background-color css
<style>
a { background-color: #2ECACA; }
a { background-color: rgb(46,202,202); }
div.DivClassName
{
background-color: #2ECACA;
}
.BgClassName
{
background-color: #2ECACA;
}
</style>
border-color css
<style>
span { border-color: #2ECACA; }
span { border-color: rgb(46,202,202); }
td.TdClassName
{
border-color: #2ECACA;
}
.TagClassName
{
border-color: #2ECACA;
}
</style>