Shades of Medium Turquoise #3ECEE5
Tints of Medium Turquoise #3ECEE5
RGB
CMYK
RGB Variations
Color information
#3ECEE5 (or 0x3ECEE5) is known color: Medium Turquoise. HEX triplet: 3E, CE and E5. RGB value is (62,206,229). Sum of RGB (Red+Green+Blue) = 62+206+229=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #3ECEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEE5 is #C1311A. Grayscale: #A5A5A5. Windows color (decimal): -12661019 or 15060542. OLE color: 15060542.
HSL color Cylindrical-coordinate representation of color #3ECEE5: hue angle of 188.26º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ECEE5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 206 | 229 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.10 |
| HSL | 188.26º | 0.76% | 0.57% | - |
| HSV(B) | 188.26º | 0.73% | 0.9% | - |
| XYZ | 38.2 | 50.82 | 81.93 | - |
| YUV | 165.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 229 | 0.73 | 0.10 | 0 | 0.10 | 188.26 | 0.76 | 0.57 |
| Hex | 3E | CE | E5 | 49 | A | 0 | A | BC | 4C | 39 |
| Octal | 76 | 316 | 345 | 111 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 111110 | 11001110 | 11100101 | 1001001 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #3ECEE5
Complementary color
Monochromatic Colors of #3ECEE5
Black with #3ECEE5
Text Example
Text Example
White with #3ECEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEE5; }
p { color: rgb(62,206,229); }
H1.HeaderClassName
{
color: #3ECEE5;
}
.AnyTagClassName
{
color: #3ECEE5;
}
</style>
background-color css
<style>
a { background-color: #3ECEE5; }
a { background-color: rgb(62,206,229); }
div.DivClassName
{
background-color: #3ECEE5;
}
.BgClassName
{
background-color: #3ECEE5;
}
</style>
border-color css
<style>
span { border-color: #3ECEE5; }
span { border-color: rgb(62,206,229); }
td.TdClassName
{
border-color: #3ECEE5;
}
.TagClassName
{
border-color: #3ECEE5;
}
</style>