Shades of Medium Turquoise #3ECCCD
Tints of Medium Turquoise #3ECCCD
RGB
CMYK
RGB Variations
Color information
#3ECCCD (or 0x3ECCCD) is known color: Medium Turquoise. HEX triplet: 3E, CC and CD. RGB value is (62,204,205). Sum of RGB (Red+Green+Blue) = 62+204+205=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ECCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCCD is #C13332. Grayscale: #A1A1A1. Windows color (decimal): -12661555 or 13487166. OLE color: 13487166.
HSL color Cylindrical-coordinate representation of color #3ECCCD: hue angle of 180.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECCCD is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 204 | 205 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.20 |
| HSL | 180.42º | 0.59% | 0.52% | - |
| HSV(B) | 180.42º | 0.7% | 0.8% | - |
| XYZ | 34.6 | 48.62 | 65.32 | - |
| YUV | 161.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 205 | 0.70 | 0.00 | 0 | 0.20 | 180.42 | 0.59 | 0.52 |
| Hex | 3E | CC | CD | 46 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 76 | 314 | 315 | 106 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111110 | 11001100 | 11001101 | 1000110 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3ECCCD
Complementary color
Monochromatic Colors of #3ECCCD
Black with #3ECCCD
Text Example
Text Example
White with #3ECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCCD; }
p { color: rgb(62,204,205); }
H1.HeaderClassName
{
color: #3ECCCD;
}
.AnyTagClassName
{
color: #3ECCCD;
}
</style>
background-color css
<style>
a { background-color: #3ECCCD; }
a { background-color: rgb(62,204,205); }
div.DivClassName
{
background-color: #3ECCCD;
}
.BgClassName
{
background-color: #3ECCCD;
}
</style>
border-color css
<style>
span { border-color: #3ECCCD; }
span { border-color: rgb(62,204,205); }
td.TdClassName
{
border-color: #3ECCCD;
}
.TagClassName
{
border-color: #3ECCCD;
}
</style>