Shades of Medium Turquoise #3ECEC3
Tints of Medium Turquoise #3ECEC3
RGB
CMYK
RGB Variations
Color information
#3ECEC3 (or 0x3ECEC3) is known color: Medium Turquoise. HEX triplet: 3E, CE and C3. RGB value is (62,206,195). Sum of RGB (Red+Green+Blue) = 62+206+195=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC3 is #C1313C. Grayscale: #A1A1A1. Windows color (decimal): -12661053 or 12832318. OLE color: 12832318.
HSL color Cylindrical-coordinate representation of color #3ECEC3: hue angle of 175.42º 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 #3ECEC3 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 195 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.19 |
| HSL | 175.42º | 0.6% | 0.53% | - |
| HSV(B) | 175.42º | 0.7% | 0.81% | - |
| XYZ | 33.91 | 49.11 | 59.32 | - |
| YUV | 161.69 | 146.79 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 195 | 0.70 | 0 | 0.05 | 0.19 | 175.42 | 0.6 | 0.53 |
| Hex | 3E | CE | C3 | 46 | 0 | 5 | 13 | AF | 3C | 35 |
| Octal | 76 | 316 | 303 | 106 | 0 | 5 | 23 | 257 | 74 | 65 |
| Binary | 111110 | 11001110 | 11000011 | 1000110 | 0 | 101 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #3ECEC3
Complementary color
Monochromatic Colors of #3ECEC3
Black with #3ECEC3
Text Example
Text Example
White with #3ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEC3; }
p { color: rgb(62,206,195); }
H1.HeaderClassName
{
color: #3ECEC3;
}
.AnyTagClassName
{
color: #3ECEC3;
}
</style>
background-color css
<style>
a { background-color: #3ECEC3; }
a { background-color: rgb(62,206,195); }
div.DivClassName
{
background-color: #3ECEC3;
}
.BgClassName
{
background-color: #3ECEC3;
}
</style>
border-color css
<style>
span { border-color: #3ECEC3; }
span { border-color: rgb(62,206,195); }
td.TdClassName
{
border-color: #3ECEC3;
}
.TagClassName
{
border-color: #3ECEC3;
}
</style>