Shades of Medium Turquoise #2ECACD
Tints of Medium Turquoise #2ECACD
RGB
CMYK
RGB Variations
Color information
#2ECACD (or 0x2ECACD) is known color: Medium Turquoise. HEX triplet: 2E, CA and CD. RGB value is (46,202,205). Sum of RGB (Red+Green+Blue) = 46+202+205=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ECACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECACD is #D13532. Grayscale: #9B9B9B. Windows color (decimal): -13710643 or 13486638. OLE color: 13486638.
HSL color Cylindrical-coordinate representation of color #2ECACD: hue angle of 181.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECACD is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 202 | 205 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.20 |
| HSL | 181.13º | 0.63% | 0.49% | - |
| HSV(B) | 181.13º | 0.78% | 0.8% | - |
| XYZ | 33.27 | 47.23 | 65.12 | - |
| YUV | 155.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 205 | 0.78 | 0.01 | 0 | 0.20 | 181.13 | 0.63 | 0.49 |
| Hex | 2E | CA | CD | 4E | 1 | 0 | 14 | B5 | 3F | 31 |
| Octal | 56 | 312 | 315 | 116 | 1 | 0 | 24 | 265 | 77 | 61 |
| Binary | 101110 | 11001010 | 11001101 | 1001110 | 1 | 0 | 10100 | 10110101 | 111111 | 110001 |
Color Harmonies of #2ECACD
Complementary color
Monochromatic Colors of #2ECACD
Black with #2ECACD
Text Example
Text Example
White with #2ECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECACD; }
p { color: rgb(46,202,205); }
H1.HeaderClassName
{
color: #2ECACD;
}
.AnyTagClassName
{
color: #2ECACD;
}
</style>
background-color css
<style>
a { background-color: #2ECACD; }
a { background-color: rgb(46,202,205); }
div.DivClassName
{
background-color: #2ECACD;
}
.BgClassName
{
background-color: #2ECACD;
}
</style>
border-color css
<style>
span { border-color: #2ECACD; }
span { border-color: rgb(46,202,205); }
td.TdClassName
{
border-color: #2ECACD;
}
.TagClassName
{
border-color: #2ECACD;
}
</style>