Shades of Medium Turquoise #3ECDE5
Tints of Medium Turquoise #3ECDE5
RGB
CMYK
RGB Variations
Color information
#3ECDE5 (or 0x3ECDE5) is known color: Medium Turquoise. HEX triplet: 3E, CD and E5. RGB value is (62,205,229). Sum of RGB (Red+Green+Blue) = 62+205+229=496 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.5% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #3ECDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDE5 is #C1321A. Grayscale: #A4A4A4. Windows color (decimal): -12661275 or 15060286. OLE color: 15060286.
HSL color Cylindrical-coordinate representation of color #3ECDE5: hue angle of 188.62º 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 #3ECDE5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 205 | 229 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.10 |
| HSL | 188.62º | 0.76% | 0.57% | - |
| HSV(B) | 188.62º | 0.73% | 0.9% | - |
| XYZ | 37.96 | 50.34 | 81.85 | - |
| YUV | 164.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 229 | 0.73 | 0.10 | 0 | 0.10 | 188.62 | 0.76 | 0.57 |
| Hex | 3E | CD | E5 | 49 | A | 0 | A | BD | 4C | 39 |
| Octal | 76 | 315 | 345 | 111 | 12 | 0 | 12 | 275 | 114 | 71 |
| Binary | 111110 | 11001101 | 11100101 | 1001001 | 1010 | 0 | 1010 | 10111101 | 1001100 | 111001 |
Color Harmonies of #3ECDE5
Complementary color
Monochromatic Colors of #3ECDE5
Black with #3ECDE5
Text Example
Text Example
White with #3ECDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDE5; }
p { color: rgb(62,205,229); }
H1.HeaderClassName
{
color: #3ECDE5;
}
.AnyTagClassName
{
color: #3ECDE5;
}
</style>
background-color css
<style>
a { background-color: #3ECDE5; }
a { background-color: rgb(62,205,229); }
div.DivClassName
{
background-color: #3ECDE5;
}
.BgClassName
{
background-color: #3ECDE5;
}
</style>
border-color css
<style>
span { border-color: #3ECDE5; }
span { border-color: rgb(62,205,229); }
td.TdClassName
{
border-color: #3ECDE5;
}
.TagClassName
{
border-color: #3ECDE5;
}
</style>