Shades of Medium Turquoise #3ECEC1
Tints of Medium Turquoise #3ECEC1
RGB
CMYK
RGB Variations
Color information
#3ECEC1 (or 0x3ECEC1) is known color: Medium Turquoise. HEX triplet: 3E, CE and C1. RGB value is (62,206,193). Sum of RGB (Red+Green+Blue) = 62+206+193=461 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.45% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEC1 is #C1313E. Grayscale: #A1A1A1. Windows color (decimal): -12661055 or 12701246. OLE color: 12701246.
HSL color Cylindrical-coordinate representation of color #3ECEC1: hue angle of 174.58º 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 #3ECEC1 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 193 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.19 |
| HSL | 174.58º | 0.6% | 0.53% | - |
| HSV(B) | 174.58º | 0.7% | 0.81% | - |
| XYZ | 33.68 | 49.02 | 58.14 | - |
| YUV | 161.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 193 | 0.70 | 0 | 0.06 | 0.19 | 174.58 | 0.6 | 0.53 |
| Hex | 3E | CE | C1 | 46 | 0 | 6 | 13 | AF | 3C | 35 |
| Octal | 76 | 316 | 301 | 106 | 0 | 6 | 23 | 257 | 74 | 65 |
| Binary | 111110 | 11001110 | 11000001 | 1000110 | 0 | 110 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #3ECEC1
Complementary color
Monochromatic Colors of #3ECEC1
Black with #3ECEC1
Text Example
Text Example
White with #3ECEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEC1; }
p { color: rgb(62,206,193); }
H1.HeaderClassName
{
color: #3ECEC1;
}
.AnyTagClassName
{
color: #3ECEC1;
}
</style>
background-color css
<style>
a { background-color: #3ECEC1; }
a { background-color: rgb(62,206,193); }
div.DivClassName
{
background-color: #3ECEC1;
}
.BgClassName
{
background-color: #3ECEC1;
}
</style>
border-color css
<style>
span { border-color: #3ECEC1; }
span { border-color: rgb(62,206,193); }
td.TdClassName
{
border-color: #3ECEC1;
}
.TagClassName
{
border-color: #3ECEC1;
}
</style>