Shades of Turquoise #3CECDC
Tints of Turquoise #3CECDC
RGB
CMYK
RGB Variations
Color information
#3CECDC (or 0x3CECDC) is known color: Turquoise. HEX triplet: 3C, EC and DC. RGB value is (60,236,220). Sum of RGB (Red+Green+Blue) = 60+236+220=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECDC is #C31323. Grayscale: #B5B5B5. Windows color (decimal): -12784420 or 14478396. OLE color: 14478396.
HSL color Cylindrical-coordinate representation of color #3CECDC: hue angle of 174.55º 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 #3CECDC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 220 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.07 |
| HSL | 174.55º | 0.82% | 0.58% | - |
| HSV(B) | 174.55º | 0.75% | 0.93% | - |
| XYZ | 44.78 | 66.12 | 78.11 | - |
| YUV | 181.55 | 149.69 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 220 | 0.75 | 0 | 0.07 | 0.07 | 174.55 | 0.82 | 0.58 |
| Hex | 3C | EC | DC | 4B | 0 | 7 | 7 | AF | 52 | 3A |
| Octal | 74 | 354 | 334 | 113 | 0 | 7 | 7 | 257 | 122 | 72 |
| Binary | 111100 | 11101100 | 11011100 | 1001011 | 0 | 111 | 111 | 10101111 | 1010010 | 111010 |
Color Harmonies of #3CECDC
Complementary color
Monochromatic Colors of #3CECDC
Black with #3CECDC
Text Example
Text Example
White with #3CECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECDC; }
p { color: rgb(60,236,220); }
H1.HeaderClassName
{
color: #3CECDC;
}
.AnyTagClassName
{
color: #3CECDC;
}
</style>
background-color css
<style>
a { background-color: #3CECDC; }
a { background-color: rgb(60,236,220); }
div.DivClassName
{
background-color: #3CECDC;
}
.BgClassName
{
background-color: #3CECDC;
}
</style>
border-color css
<style>
span { border-color: #3CECDC; }
span { border-color: rgb(60,236,220); }
td.TdClassName
{
border-color: #3CECDC;
}
.TagClassName
{
border-color: #3CECDC;
}
</style>