Shades of Medium Turquoise #3ECEC5
Tints of Medium Turquoise #3ECEC5
RGB
CMYK
RGB Variations
Color information
#3ECEC5 (or 0x3ECEC5) is known color: Medium Turquoise. HEX triplet: 3E, CE and C5. RGB value is (62,206,197). Sum of RGB (Red+Green+Blue) = 62+206+197=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC5 is #C1313A. Grayscale: #A1A1A1. Windows color (decimal): -12661051 or 12963390. OLE color: 12963390.
HSL color Cylindrical-coordinate representation of color #3ECEC5: hue angle of 176.25º 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 #3ECEC5 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 197 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.19 |
| HSL | 176.25º | 0.6% | 0.53% | - |
| HSV(B) | 176.25º | 0.7% | 0.81% | - |
| XYZ | 34.14 | 49.2 | 60.52 | - |
| YUV | 161.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 197 | 0.70 | 0 | 0.04 | 0.19 | 176.25 | 0.6 | 0.53 |
| Hex | 3E | CE | C5 | 46 | 0 | 4 | 13 | B0 | 3C | 35 |
| Octal | 76 | 316 | 305 | 106 | 0 | 4 | 23 | 260 | 74 | 65 |
| Binary | 111110 | 11001110 | 11000101 | 1000110 | 0 | 100 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #3ECEC5
Complementary color
Monochromatic Colors of #3ECEC5
Black with #3ECEC5
Text Example
Text Example
White with #3ECEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEC5; }
p { color: rgb(62,206,197); }
H1.HeaderClassName
{
color: #3ECEC5;
}
.AnyTagClassName
{
color: #3ECEC5;
}
</style>
background-color css
<style>
a { background-color: #3ECEC5; }
a { background-color: rgb(62,206,197); }
div.DivClassName
{
background-color: #3ECEC5;
}
.BgClassName
{
background-color: #3ECEC5;
}
</style>
border-color css
<style>
span { border-color: #3ECEC5; }
span { border-color: rgb(62,206,197); }
td.TdClassName
{
border-color: #3ECEC5;
}
.TagClassName
{
border-color: #3ECEC5;
}
</style>