Shades of Turquoise #3CECBD
Tints of Turquoise #3CECBD
RGB
CMYK
RGB Variations
Color information
#3CECBD (or 0x3CECBD) is known color: Turquoise. HEX triplet: 3C, EC and BD. RGB value is (60,236,189). Sum of RGB (Red+Green+Blue) = 60+236+189=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECBD is #C31342. Grayscale: #B2B2B2. Windows color (decimal): -12784451 or 12446780. OLE color: 12446780.
HSL color Cylindrical-coordinate representation of color #3CECBD: hue angle of 163.98º 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 #3CECBD is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 189 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.07 |
| HSL | 163.98º | 0.82% | 0.58% | - |
| HSV(B) | 163.98º | 0.75% | 0.93% | - |
| XYZ | 41.04 | 64.63 | 58.45 | - |
| YUV | 178.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 189 | 0.75 | 0 | 0.20 | 0.07 | 163.98 | 0.82 | 0.58 |
| Hex | 3C | EC | BD | 4B | 0 | 14 | 7 | A4 | 52 | 3A |
| Octal | 74 | 354 | 275 | 113 | 0 | 24 | 7 | 244 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111101 | 1001011 | 0 | 10100 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3CECBD
Complementary color
Monochromatic Colors of #3CECBD
Black with #3CECBD
Text Example
Text Example
White with #3CECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECBD; }
p { color: rgb(60,236,189); }
H1.HeaderClassName
{
color: #3CECBD;
}
.AnyTagClassName
{
color: #3CECBD;
}
</style>
background-color css
<style>
a { background-color: #3CECBD; }
a { background-color: rgb(60,236,189); }
div.DivClassName
{
background-color: #3CECBD;
}
.BgClassName
{
background-color: #3CECBD;
}
</style>
border-color css
<style>
span { border-color: #3CECBD; }
span { border-color: rgb(60,236,189); }
td.TdClassName
{
border-color: #3CECBD;
}
.TagClassName
{
border-color: #3CECBD;
}
</style>