Shades of Turquoise #3CECBB
Tints of Turquoise #3CECBB
RGB
CMYK
RGB Variations
Color information
#3CECBB (or 0x3CECBB) is known color: Turquoise. HEX triplet: 3C, EC and BB. RGB value is (60,236,187). Sum of RGB (Red+Green+Blue) = 60+236+187=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECBB is #C31344. Grayscale: #B1B1B1. Windows color (decimal): -12784453 or 12315708. OLE color: 12315708.
HSL color Cylindrical-coordinate representation of color #3CECBB: hue angle of 163.3º 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 #3CECBB is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 187 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.07 |
| HSL | 163.3º | 0.82% | 0.58% | - |
| HSV(B) | 163.3º | 0.75% | 0.93% | - |
| XYZ | 40.83 | 64.54 | 57.32 | - |
| YUV | 177.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 187 | 0.75 | 0 | 0.21 | 0.07 | 163.3 | 0.82 | 0.58 |
| Hex | 3C | EC | BB | 4B | 0 | 15 | 7 | A3 | 52 | 3A |
| Octal | 74 | 354 | 273 | 113 | 0 | 25 | 7 | 243 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111011 | 1001011 | 0 | 10101 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3CECBB
Complementary color
Monochromatic Colors of #3CECBB
Black with #3CECBB
Text Example
Text Example
White with #3CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECBB; }
p { color: rgb(60,236,187); }
H1.HeaderClassName
{
color: #3CECBB;
}
.AnyTagClassName
{
color: #3CECBB;
}
</style>
background-color css
<style>
a { background-color: #3CECBB; }
a { background-color: rgb(60,236,187); }
div.DivClassName
{
background-color: #3CECBB;
}
.BgClassName
{
background-color: #3CECBB;
}
</style>
border-color css
<style>
span { border-color: #3CECBB; }
span { border-color: rgb(60,236,187); }
td.TdClassName
{
border-color: #3CECBB;
}
.TagClassName
{
border-color: #3CECBB;
}
</style>