Shades of Medium Turquoise #3ECCCC
Tints of Medium Turquoise #3ECCCC
RGB
CMYK
RGB Variations
Color information
#3ECCCC (or 0x3ECCCC) is known color: Medium Turquoise. HEX triplet: 3E, CC and CC. RGB value is (62,204,204). Sum of RGB (Red+Green+Blue) = 62+204+204=470 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.19% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3ECCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCCC is #C13333. Grayscale: #A1A1A1. Windows color (decimal): -12661556 or 13421630. OLE color: 13421630.
HSL color Cylindrical-coordinate representation of color #3ECCCC: hue angle of 180º degrees, saturation: 0.58, 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 #3ECCCC is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 204 | - |
| CMYK | 0.70 | 0 | 0 | 0.2 |
| HSL | 180º | 0.58% | 0.52% | - |
| HSV(B) | 180º | 0.7% | 0.8% | - |
| XYZ | 34.48 | 48.57 | 64.68 | - |
| YUV | 161.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 204 | 0.70 | 0 | 0 | 0.2 | 180 | 0.58 | 0.52 |
| Hex | 3E | CC | CC | 46 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 76 | 314 | 314 | 106 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111110 | 11001100 | 11001100 | 1000110 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3ECCCC
Complementary color
Monochromatic Colors of #3ECCCC
Black with #3ECCCC
Text Example
Text Example
White with #3ECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCCC; }
p { color: rgb(62,204,204); }
H1.HeaderClassName
{
color: #3ECCCC;
}
.AnyTagClassName
{
color: #3ECCCC;
}
</style>
background-color css
<style>
a { background-color: #3ECCCC; }
a { background-color: rgb(62,204,204); }
div.DivClassName
{
background-color: #3ECCCC;
}
.BgClassName
{
background-color: #3ECCCC;
}
</style>
border-color css
<style>
span { border-color: #3ECCCC; }
span { border-color: rgb(62,204,204); }
td.TdClassName
{
border-color: #3ECCCC;
}
.TagClassName
{
border-color: #3ECCCC;
}
</style>