Shades of Turquoise #3CECBC
Tints of Turquoise #3CECBC
RGB
CMYK
RGB Variations
Color information
#3CECBC (or 0x3CECBC) is known color: Turquoise. HEX triplet: 3C, EC and BC. RGB value is (60,236,188). Sum of RGB (Red+Green+Blue) = 60+236+188=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECBC is #C31343. Grayscale: #B1B1B1. Windows color (decimal): -12784452 or 12381244. OLE color: 12381244.
HSL color Cylindrical-coordinate representation of color #3CECBC: hue angle of 163.64º 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 #3CECBC is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 188 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.07 |
| HSL | 163.64º | 0.82% | 0.58% | - |
| HSV(B) | 163.64º | 0.75% | 0.93% | - |
| XYZ | 40.94 | 64.58 | 57.89 | - |
| YUV | 177.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 188 | 0.75 | 0 | 0.20 | 0.07 | 163.64 | 0.82 | 0.58 |
| Hex | 3C | EC | BC | 4B | 0 | 14 | 7 | A4 | 52 | 3A |
| Octal | 74 | 354 | 274 | 113 | 0 | 24 | 7 | 244 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111100 | 1001011 | 0 | 10100 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3CECBC
Complementary color
Monochromatic Colors of #3CECBC
Black with #3CECBC
Text Example
Text Example
White with #3CECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECBC; }
p { color: rgb(60,236,188); }
H1.HeaderClassName
{
color: #3CECBC;
}
.AnyTagClassName
{
color: #3CECBC;
}
</style>
background-color css
<style>
a { background-color: #3CECBC; }
a { background-color: rgb(60,236,188); }
div.DivClassName
{
background-color: #3CECBC;
}
.BgClassName
{
background-color: #3CECBC;
}
</style>
border-color css
<style>
span { border-color: #3CECBC; }
span { border-color: rgb(60,236,188); }
td.TdClassName
{
border-color: #3CECBC;
}
.TagClassName
{
border-color: #3CECBC;
}
</style>