Shades of Turquoise #3CECD0
Tints of Turquoise #3CECD0
RGB
CMYK
RGB Variations
Color information
#3CECD0 (or 0x3CECD0) is known color: Turquoise. HEX triplet: 3C, EC and D0. RGB value is (60,236,208). Sum of RGB (Red+Green+Blue) = 60+236+208=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECD0 is #C3132F. Grayscale: #B4B4B4. Windows color (decimal): -12784432 or 13691964. OLE color: 13691964.
HSL color Cylindrical-coordinate representation of color #3CECD0: hue angle of 170.45º 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 #3CECD0 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 208 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.07 |
| HSL | 170.45º | 0.82% | 0.58% | - |
| HSV(B) | 170.45º | 0.75% | 0.93% | - |
| XYZ | 43.24 | 65.51 | 70.04 | - |
| YUV | 180.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 208 | 0.75 | 0 | 0.12 | 0.07 | 170.45 | 0.82 | 0.58 |
| Hex | 3C | EC | D0 | 4B | 0 | C | 7 | AA | 52 | 3A |
| Octal | 74 | 354 | 320 | 113 | 0 | 14 | 7 | 252 | 122 | 72 |
| Binary | 111100 | 11101100 | 11010000 | 1001011 | 0 | 1100 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3CECD0
Complementary color
Monochromatic Colors of #3CECD0
Black with #3CECD0
Text Example
Text Example
White with #3CECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECD0; }
p { color: rgb(60,236,208); }
H1.HeaderClassName
{
color: #3CECD0;
}
.AnyTagClassName
{
color: #3CECD0;
}
</style>
background-color css
<style>
a { background-color: #3CECD0; }
a { background-color: rgb(60,236,208); }
div.DivClassName
{
background-color: #3CECD0;
}
.BgClassName
{
background-color: #3CECD0;
}
</style>
border-color css
<style>
span { border-color: #3CECD0; }
span { border-color: rgb(60,236,208); }
td.TdClassName
{
border-color: #3CECD0;
}
.TagClassName
{
border-color: #3CECD0;
}
</style>