Shades of Medium Turquoise #2ECAC5
Tints of Medium Turquoise #2ECAC5
RGB
CMYK
RGB Variations
Color information
#2ECAC5 (or 0x2ECAC5) is known color: Medium Turquoise. HEX triplet: 2E, CA and C5. RGB value is (46,202,197). Sum of RGB (Red+Green+Blue) = 46+202+197=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAC5 is #D1353A. Grayscale: #9A9A9A. Windows color (decimal): -13710651 or 12962350. OLE color: 12962350.
HSL color Cylindrical-coordinate representation of color #2ECAC5: hue angle of 178.08º 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 #2ECAC5 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 46 | 202 | 197 | - |
CMYK | 0.77 | 0 | 0.02 | 0.21 |
HSL | 178.08º | 0.63% | 0.49% | - |
HSV(B) | 178.08º | 0.77% | 0.79% | - |
XYZ | 32.33 | 46.85 | 60.16 | - |
YUV | 154.79 | 151.82 | 50.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 202 | 197 | 0.77 | 0 | 0.02 | 0.21 | 178.08 | 0.63 | 0.49 |
Hex | 2E | CA | C5 | 4D | 0 | 2 | 15 | B2 | 3F | 31 |
Octal | 56 | 312 | 305 | 115 | 0 | 2 | 25 | 262 | 77 | 61 |
Binary | 101110 | 11001010 | 11000101 | 1001101 | 0 | 10 | 10101 | 10110010 | 111111 | 110001 |
Color Harmonies of #2ECAC5
Complementary color
Monochromatic Colors of #2ECAC5
Black with #2ECAC5
Text Example
Text Example
White with #2ECAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAC5; }
p { color: rgb(46,202,197); }
H1.HeaderClassName
{
color: #2ECAC5;
}
.AnyTagClassName
{
color: #2ECAC5;
}
</style>
background-color css
<style>
a { background-color: #2ECAC5; }
a { background-color: rgb(46,202,197); }
div.DivClassName
{
background-color: #2ECAC5;
}
.BgClassName
{
background-color: #2ECAC5;
}
</style>
border-color css
<style>
span { border-color: #2ECAC5; }
span { border-color: rgb(46,202,197); }
td.TdClassName
{
border-color: #2ECAC5;
}
.TagClassName
{
border-color: #2ECAC5;
}
</style>