Shades of Turquoise #3CECBE
Tints of Turquoise #3CECBE
RGB
CMYK
RGB Variations
Color information
#3CECBE (or 0x3CECBE) is known color: Turquoise. HEX triplet: 3C, EC and BE. RGB value is (60,236,190). Sum of RGB (Red+Green+Blue) = 60+236+190=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECBE is #C31341. Grayscale: #B2B2B2. Windows color (decimal): -12784450 or 12512316. OLE color: 12512316.
HSL color Cylindrical-coordinate representation of color #3CECBE: hue angle of 164.32º 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 #3CECBE is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 190 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.07 |
| HSL | 164.32º | 0.82% | 0.58% | - |
| HSV(B) | 164.32º | 0.75% | 0.93% | - |
| XYZ | 41.15 | 64.67 | 59.03 | - |
| YUV | 178.13 | 134.69 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 190 | 0.75 | 0 | 0.19 | 0.07 | 164.32 | 0.82 | 0.58 |
| Hex | 3C | EC | BE | 4B | 0 | 13 | 7 | A4 | 52 | 3A |
| Octal | 74 | 354 | 276 | 113 | 0 | 23 | 7 | 244 | 122 | 72 |
| Binary | 111100 | 11101100 | 10111110 | 1001011 | 0 | 10011 | 111 | 10100100 | 1010010 | 111010 |
Color Harmonies of #3CECBE
Complementary color
Monochromatic Colors of #3CECBE
Black with #3CECBE
Text Example
Text Example
White with #3CECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECBE; }
p { color: rgb(60,236,190); }
H1.HeaderClassName
{
color: #3CECBE;
}
.AnyTagClassName
{
color: #3CECBE;
}
</style>
background-color css
<style>
a { background-color: #3CECBE; }
a { background-color: rgb(60,236,190); }
div.DivClassName
{
background-color: #3CECBE;
}
.BgClassName
{
background-color: #3CECBE;
}
</style>
border-color css
<style>
span { border-color: #3CECBE; }
span { border-color: rgb(60,236,190); }
td.TdClassName
{
border-color: #3CECBE;
}
.TagClassName
{
border-color: #3CECBE;
}
</style>