Shades of Medium Turquoise #2ECACE
Tints of Medium Turquoise #2ECACE
RGB
CMYK
RGB Variations
Color information
#2ECACE (or 0x2ECACE) is known color: Medium Turquoise. HEX triplet: 2E, CA and CE. RGB value is (46,202,206). Sum of RGB (Red+Green+Blue) = 46+202+206=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ECACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECACE is #D13531. Grayscale: #9B9B9B. Windows color (decimal): -13710642 or 13552174. OLE color: 13552174.
HSL color Cylindrical-coordinate representation of color #2ECACE: hue angle of 181.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECACE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 202 | 206 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.19 |
| HSL | 181.5º | 0.63% | 0.49% | - |
| HSV(B) | 181.5º | 0.78% | 0.81% | - |
| XYZ | 33.39 | 47.28 | 65.76 | - |
| YUV | 155.81 | 156.32 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 206 | 0.78 | 0.02 | 0 | 0.19 | 181.5 | 0.63 | 0.49 |
| Hex | 2E | CA | CE | 4E | 2 | 0 | 13 | B6 | 3F | 31 |
| Octal | 56 | 312 | 316 | 116 | 2 | 0 | 23 | 266 | 77 | 61 |
| Binary | 101110 | 11001010 | 11001110 | 1001110 | 10 | 0 | 10011 | 10110110 | 111111 | 110001 |
Color Harmonies of #2ECACE
Complementary color
Monochromatic Colors of #2ECACE
Black with #2ECACE
Text Example
Text Example
White with #2ECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECACE; }
p { color: rgb(46,202,206); }
H1.HeaderClassName
{
color: #2ECACE;
}
.AnyTagClassName
{
color: #2ECACE;
}
</style>
background-color css
<style>
a { background-color: #2ECACE; }
a { background-color: rgb(46,202,206); }
div.DivClassName
{
background-color: #2ECACE;
}
.BgClassName
{
background-color: #2ECACE;
}
</style>
border-color css
<style>
span { border-color: #2ECACE; }
span { border-color: rgb(46,202,206); }
td.TdClassName
{
border-color: #2ECACE;
}
.TagClassName
{
border-color: #2ECACE;
}
</style>