Shades of Turquoise #3CECB9
Tints of Turquoise #3CECB9
RGB
CMYK
RGB Variations
Color information
#3CECB9 (or 0x3CECB9) is known color: Turquoise. HEX triplet: 3C, EC and B9. RGB value is (60,236,185). Sum of RGB (Red+Green+Blue) = 60+236+185=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECB9 is #C31346. Grayscale: #B1B1B1. Windows color (decimal): -12784455 or 12184636. OLE color: 12184636.
HSL color Cylindrical-coordinate representation of color #3CECB9: hue angle of 162.61º 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 #3CECB9 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 185 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.07 |
| HSL | 162.61º | 0.82% | 0.58% | - |
| HSV(B) | 162.61º | 0.75% | 0.93% | - |
| XYZ | 40.62 | 64.45 | 56.2 | - |
| YUV | 177.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 185 | 0.75 | 0 | 0.22 | 0.07 | 162.61 | 0.82 | 0.58 |
| Hex | 3C | EC | B9 | 4B | 0 | 16 | 7 | A3 | 52 | 3A |
| Octal | 74 | 354 | 271 | 113 | 0 | 26 | 7 | 243 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111001 | 1001011 | 0 | 10110 | 111 | 10100011 | 1010010 | 111010 |
Color Harmonies of #3CECB9
Complementary color
Monochromatic Colors of #3CECB9
Black with #3CECB9
Text Example
Text Example
White with #3CECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECB9; }
p { color: rgb(60,236,185); }
H1.HeaderClassName
{
color: #3CECB9;
}
.AnyTagClassName
{
color: #3CECB9;
}
</style>
background-color css
<style>
a { background-color: #3CECB9; }
a { background-color: rgb(60,236,185); }
div.DivClassName
{
background-color: #3CECB9;
}
.BgClassName
{
background-color: #3CECB9;
}
</style>
border-color css
<style>
span { border-color: #3CECB9; }
span { border-color: rgb(60,236,185); }
td.TdClassName
{
border-color: #3CECB9;
}
.TagClassName
{
border-color: #3CECB9;
}
</style>