Shades of Medium Turquoise #3ECDE0
Tints of Medium Turquoise #3ECDE0
RGB
CMYK
RGB Variations
Color information
#3ECDE0 (or 0x3ECDE0) is known color: Medium Turquoise. HEX triplet: 3E, CD and E0. RGB value is (62,205,224). Sum of RGB (Red+Green+Blue) = 62+205+224=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ECDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDE0 is #C1321F. Grayscale: #A4A4A4. Windows color (decimal): -12661280 or 14732606. OLE color: 14732606.
HSL color Cylindrical-coordinate representation of color #3ECDE0: hue angle of 187.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECDE0 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 205 | 224 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.12 |
| HSL | 187.04º | 0.72% | 0.56% | - |
| HSV(B) | 187.04º | 0.72% | 0.88% | - |
| XYZ | 37.27 | 50.07 | 78.22 | - |
| YUV | 164.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 224 | 0.72 | 0.08 | 0 | 0.12 | 187.04 | 0.72 | 0.56 |
| Hex | 3E | CD | E0 | 48 | 8 | 0 | C | BB | 48 | 38 |
| Octal | 76 | 315 | 340 | 110 | 10 | 0 | 14 | 273 | 110 | 70 |
| Binary | 111110 | 11001101 | 11100000 | 1001000 | 1000 | 0 | 1100 | 10111011 | 1001000 | 111000 |
Color Harmonies of #3ECDE0
Complementary color
Monochromatic Colors of #3ECDE0
Black with #3ECDE0
Text Example
Text Example
White with #3ECDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDE0; }
p { color: rgb(62,205,224); }
H1.HeaderClassName
{
color: #3ECDE0;
}
.AnyTagClassName
{
color: #3ECDE0;
}
</style>
background-color css
<style>
a { background-color: #3ECDE0; }
a { background-color: rgb(62,205,224); }
div.DivClassName
{
background-color: #3ECDE0;
}
.BgClassName
{
background-color: #3ECDE0;
}
</style>
border-color css
<style>
span { border-color: #3ECDE0; }
span { border-color: rgb(62,205,224); }
td.TdClassName
{
border-color: #3ECDE0;
}
.TagClassName
{
border-color: #3ECDE0;
}
</style>