Shades of Turquoise #3CECBA
Tints of Turquoise #3CECBA
RGB
CMYK
RGB Variations
Color information
#3CECBA (or 0x3CECBA) is known color: Turquoise. HEX triplet: 3C, EC and BA. RGB value is (60,236,186). Sum of RGB (Red+Green+Blue) = 60+236+186=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECBA is #C31345. Grayscale: #B1B1B1. Windows color (decimal): -12784454 or 12250172. OLE color: 12250172.
HSL color Cylindrical-coordinate representation of color #3CECBA: hue angle of 162.95º 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 #3CECBA is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 186 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 162.95º | 0.82% | 0.58% | - |
| HSV(B) | 162.95º | 0.75% | 0.93% | - |
| XYZ | 40.72 | 64.5 | 56.76 | - |
| YUV | 177.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 186 | 0.75 | 0 | 0.21 | 0.07 | 162.95 | 0.82 | 0.58 |
| Hex | 3C | EC | BA | 4B | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 74 | 354 | 272 | 113 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111010 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3CECBA
Complementary color
Monochromatic Colors of #3CECBA
Black with #3CECBA
Text Example
Text Example
White with #3CECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECBA; }
p { color: rgb(60,236,186); }
H1.HeaderClassName
{
color: #3CECBA;
}
.AnyTagClassName
{
color: #3CECBA;
}
</style>
background-color css
<style>
a { background-color: #3CECBA; }
a { background-color: rgb(60,236,186); }
div.DivClassName
{
background-color: #3CECBA;
}
.BgClassName
{
background-color: #3CECBA;
}
</style>
border-color css
<style>
span { border-color: #3CECBA; }
span { border-color: rgb(60,236,186); }
td.TdClassName
{
border-color: #3CECBA;
}
.TagClassName
{
border-color: #3CECBA;
}
</style>