Shades of Turquoise #3CECCE
Tints of Turquoise #3CECCE
RGB
CMYK
RGB Variations
Color information
#3CECCE (or 0x3CECCE) is known color: Turquoise. HEX triplet: 3C, EC and CE. RGB value is (60,236,206). Sum of RGB (Red+Green+Blue) = 60+236+206=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECCE is #C31331. Grayscale: #B3B3B3. Windows color (decimal): -12784434 or 13560892. OLE color: 13560892.
HSL color Cylindrical-coordinate representation of color #3CECCE: hue angle of 169.77º 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 #3CECCE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 206 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.07 |
| HSL | 169.77º | 0.82% | 0.58% | - |
| HSV(B) | 169.77º | 0.75% | 0.93% | - |
| XYZ | 43 | 65.41 | 68.75 | - |
| YUV | 179.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 206 | 0.75 | 0 | 0.13 | 0.07 | 169.77 | 0.82 | 0.58 |
| Hex | 3C | EC | CE | 4B | 0 | D | 7 | AA | 52 | 3A |
| Octal | 74 | 354 | 316 | 113 | 0 | 15 | 7 | 252 | 122 | 72 |
| Binary | 111100 | 11101100 | 11001110 | 1001011 | 0 | 1101 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3CECCE
Complementary color
Monochromatic Colors of #3CECCE
Black with #3CECCE
Text Example
Text Example
White with #3CECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECCE; }
p { color: rgb(60,236,206); }
H1.HeaderClassName
{
color: #3CECCE;
}
.AnyTagClassName
{
color: #3CECCE;
}
</style>
background-color css
<style>
a { background-color: #3CECCE; }
a { background-color: rgb(60,236,206); }
div.DivClassName
{
background-color: #3CECCE;
}
.BgClassName
{
background-color: #3CECCE;
}
</style>
border-color css
<style>
span { border-color: #3CECCE; }
span { border-color: rgb(60,236,206); }
td.TdClassName
{
border-color: #3CECCE;
}
.TagClassName
{
border-color: #3CECCE;
}
</style>