Shades of Medium Turquoise #3ECECA
Tints of Medium Turquoise #3ECECA
RGB
CMYK
RGB Variations
Color information
#3ECECA (or 0x3ECECA) is known color: Medium Turquoise. HEX triplet: 3E, CE and CA. RGB value is (62,206,202). Sum of RGB (Red+Green+Blue) = 62+206+202=470 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.19% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECECA is #C13135. Grayscale: #A2A2A2. Windows color (decimal): -12661046 or 13291070. OLE color: 13291070.
HSL color Cylindrical-coordinate representation of color #3ECECA: hue angle of 178.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECECA is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 202 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.19 |
| HSL | 178.33º | 0.6% | 0.53% | - |
| HSV(B) | 178.33º | 0.7% | 0.81% | - |
| XYZ | 34.72 | 49.43 | 63.59 | - |
| YUV | 162.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 202 | 0.70 | 0 | 0.02 | 0.19 | 178.33 | 0.6 | 0.53 |
| Hex | 3E | CE | CA | 46 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 76 | 316 | 312 | 106 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 111110 | 11001110 | 11001010 | 1000110 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #3ECECA
Complementary color
Monochromatic Colors of #3ECECA
Black with #3ECECA
Text Example
Text Example
White with #3ECECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECECA; }
p { color: rgb(62,206,202); }
H1.HeaderClassName
{
color: #3ECECA;
}
.AnyTagClassName
{
color: #3ECECA;
}
</style>
background-color css
<style>
a { background-color: #3ECECA; }
a { background-color: rgb(62,206,202); }
div.DivClassName
{
background-color: #3ECECA;
}
.BgClassName
{
background-color: #3ECECA;
}
</style>
border-color css
<style>
span { border-color: #3ECECA; }
span { border-color: rgb(62,206,202); }
td.TdClassName
{
border-color: #3ECECA;
}
.TagClassName
{
border-color: #3ECECA;
}
</style>