Shades of Medium Turquoise #3EC7CA
Tints of Medium Turquoise #3EC7CA
RGB
CMYK
RGB Variations
Color information
#3EC7CA (or 0x3EC7CA) is known color: Medium Turquoise. HEX triplet: 3E, C7 and CA. RGB value is (62,199,202). Sum of RGB (Red+Green+Blue) = 62+199+202=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EC7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC7CA is #C13835. Grayscale: #9E9E9E. Windows color (decimal): -12662838 or 13289278. OLE color: 13289278.
HSL color Cylindrical-coordinate representation of color #3EC7CA: hue angle of 181.29º 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 #3EC7CA is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 199 | 202 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.21 |
| HSL | 181.29º | 0.57% | 0.52% | - |
| HSV(B) | 181.29º | 0.69% | 0.79% | - |
| XYZ | 33.07 | 46.14 | 63.04 | - |
| YUV | 158.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 199 | 202 | 0.69 | 0.01 | 0 | 0.21 | 181.29 | 0.57 | 0.52 |
| Hex | 3E | C7 | CA | 45 | 1 | 0 | 15 | B5 | 39 | 34 |
| Octal | 76 | 307 | 312 | 105 | 1 | 0 | 25 | 265 | 71 | 64 |
| Binary | 111110 | 11000111 | 11001010 | 1000101 | 1 | 0 | 10101 | 10110101 | 111001 | 110100 |
Color Harmonies of #3EC7CA
Complementary color
Monochromatic Colors of #3EC7CA
Black with #3EC7CA
Text Example
Text Example
White with #3EC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC7CA; }
p { color: rgb(62,199,202); }
H1.HeaderClassName
{
color: #3EC7CA;
}
.AnyTagClassName
{
color: #3EC7CA;
}
</style>
background-color css
<style>
a { background-color: #3EC7CA; }
a { background-color: rgb(62,199,202); }
div.DivClassName
{
background-color: #3EC7CA;
}
.BgClassName
{
background-color: #3EC7CA;
}
</style>
border-color css
<style>
span { border-color: #3EC7CA; }
span { border-color: rgb(62,199,202); }
td.TdClassName
{
border-color: #3EC7CA;
}
.TagClassName
{
border-color: #3EC7CA;
}
</style>