Shades of Medium Turquoise #3ECEDE
Tints of Medium Turquoise #3ECEDE
RGB
CMYK
RGB Variations
Color information
#3ECEDE (or 0x3ECEDE) is known color: Medium Turquoise. HEX triplet: 3E, CE and DE. RGB value is (62,206,222). Sum of RGB (Red+Green+Blue) = 62+206+222=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ECEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEDE is #C13121. Grayscale: #A4A4A4. Windows color (decimal): -12661026 or 14601790. OLE color: 14601790.
HSL color Cylindrical-coordinate representation of color #3ECEDE: hue angle of 186º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECEDE is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 206 | 222 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.13 |
| HSL | 186º | 0.71% | 0.56% | - |
| HSV(B) | 186º | 0.72% | 0.87% | - |
| XYZ | 37.24 | 50.44 | 76.88 | - |
| YUV | 164.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 222 | 0.72 | 0.07 | 0 | 0.13 | 186 | 0.71 | 0.56 |
| Hex | 3E | CE | DE | 48 | 7 | 0 | D | BA | 47 | 38 |
| Octal | 76 | 316 | 336 | 110 | 7 | 0 | 15 | 272 | 107 | 70 |
| Binary | 111110 | 11001110 | 11011110 | 1001000 | 111 | 0 | 1101 | 10111010 | 1000111 | 111000 |
Color Harmonies of #3ECEDE
Complementary color
Monochromatic Colors of #3ECEDE
Black with #3ECEDE
Text Example
Text Example
White with #3ECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEDE; }
p { color: rgb(62,206,222); }
H1.HeaderClassName
{
color: #3ECEDE;
}
.AnyTagClassName
{
color: #3ECEDE;
}
</style>
background-color css
<style>
a { background-color: #3ECEDE; }
a { background-color: rgb(62,206,222); }
div.DivClassName
{
background-color: #3ECEDE;
}
.BgClassName
{
background-color: #3ECEDE;
}
</style>
border-color css
<style>
span { border-color: #3ECEDE; }
span { border-color: rgb(62,206,222); }
td.TdClassName
{
border-color: #3ECEDE;
}
.TagClassName
{
border-color: #3ECEDE;
}
</style>