Shades of Turquoise #3CECC0
Tints of Turquoise #3CECC0
RGB
CMYK
RGB Variations
Color information
#3CECC0 (or 0x3CECC0) is known color: Turquoise. HEX triplet: 3C, EC and C0. RGB value is (60,236,192). Sum of RGB (Red+Green+Blue) = 60+236+192=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECC0 is #C3133F. Grayscale: #B2B2B2. Windows color (decimal): -12784448 or 12643388. OLE color: 12643388.
HSL color Cylindrical-coordinate representation of color #3CECC0: hue angle of 165º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECC0 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 192 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.07 |
| HSL | 165º | 0.82% | 0.58% | - |
| HSV(B) | 165º | 0.75% | 0.93% | - |
| XYZ | 41.37 | 64.76 | 60.19 | - |
| YUV | 178.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 192 | 0.75 | 0 | 0.19 | 0.07 | 165 | 0.82 | 0.58 |
| Hex | 3C | EC | C0 | 4B | 0 | 13 | 7 | A5 | 52 | 3A |
| Octal | 74 | 354 | 300 | 113 | 0 | 23 | 7 | 245 | 122 | 72 |
| Binary | 111100 | 11101100 | 11000000 | 1001011 | 0 | 10011 | 111 | 10100101 | 1010010 | 111010 |
Color Harmonies of #3CECC0
Complementary color
Monochromatic Colors of #3CECC0
Black with #3CECC0
Text Example
Text Example
White with #3CECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECC0; }
p { color: rgb(60,236,192); }
H1.HeaderClassName
{
color: #3CECC0;
}
.AnyTagClassName
{
color: #3CECC0;
}
</style>
background-color css
<style>
a { background-color: #3CECC0; }
a { background-color: rgb(60,236,192); }
div.DivClassName
{
background-color: #3CECC0;
}
.BgClassName
{
background-color: #3CECC0;
}
</style>
border-color css
<style>
span { border-color: #3CECC0; }
span { border-color: rgb(60,236,192); }
td.TdClassName
{
border-color: #3CECC0;
}
.TagClassName
{
border-color: #3CECC0;
}
</style>