Shades of Medium Turquoise #3ECACA
Tints of Medium Turquoise #3ECACA
RGB
CMYK
RGB Variations
Color information
#3ECACA (or 0x3ECACA) is known color: Medium Turquoise. HEX triplet: 3E, CA and CA. RGB value is (62,202,202). Sum of RGB (Red+Green+Blue) = 62+202+202=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #3ECACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECACA is #C13535. Grayscale: #A0A0A0. Windows color (decimal): -12662070 or 13290046. OLE color: 13290046.
HSL color Cylindrical-coordinate representation of color #3ECACA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECACA is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 202 | - |
| CMYK | 0.69 | 0 | 0 | 0.21 |
| HSL | 180º | 0.57% | 0.52% | - |
| HSV(B) | 180º | 0.69% | 0.79% | - |
| XYZ | 33.77 | 47.53 | 63.27 | - |
| YUV | 160.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 202 | 0.69 | 0 | 0 | 0.21 | 180 | 0.57 | 0.52 |
| Hex | 3E | CA | CA | 45 | 0 | 0 | 15 | B4 | 39 | 34 |
| Octal | 76 | 312 | 312 | 105 | 0 | 0 | 25 | 264 | 71 | 64 |
| Binary | 111110 | 11001010 | 11001010 | 1000101 | 0 | 0 | 10101 | 10110100 | 111001 | 110100 |
Color Harmonies of #3ECACA
Complementary color
Monochromatic Colors of #3ECACA
Black with #3ECACA
Text Example
Text Example
White with #3ECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECACA; }
p { color: rgb(62,202,202); }
H1.HeaderClassName
{
color: #3ECACA;
}
.AnyTagClassName
{
color: #3ECACA;
}
</style>
background-color css
<style>
a { background-color: #3ECACA; }
a { background-color: rgb(62,202,202); }
div.DivClassName
{
background-color: #3ECACA;
}
.BgClassName
{
background-color: #3ECACA;
}
</style>
border-color css
<style>
span { border-color: #3ECACA; }
span { border-color: rgb(62,202,202); }
td.TdClassName
{
border-color: #3ECACA;
}
.TagClassName
{
border-color: #3ECACA;
}
</style>