Shades of Turquoise #3CECC9
Tints of Turquoise #3CECC9
RGB
CMYK
RGB Variations
Color information
#3CECC9 (or 0x3CECC9) is known color: Turquoise. HEX triplet: 3C, EC and C9. RGB value is (60,236,201). Sum of RGB (Red+Green+Blue) = 60+236+201=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECC9 is #C31336. Grayscale: #B3B3B3. Windows color (decimal): -12784439 or 13233212. OLE color: 13233212.
HSL color Cylindrical-coordinate representation of color #3CECC9: hue angle of 168.07º 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 #3CECC9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 201 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.07 |
| HSL | 168.07º | 0.82% | 0.58% | - |
| HSV(B) | 168.07º | 0.75% | 0.93% | - |
| XYZ | 42.4 | 65.17 | 65.6 | - |
| YUV | 179.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 201 | 0.75 | 0 | 0.15 | 0.07 | 168.07 | 0.82 | 0.58 |
| Hex | 3C | EC | C9 | 4B | 0 | F | 7 | A8 | 52 | 3A |
| Octal | 74 | 354 | 311 | 113 | 0 | 17 | 7 | 250 | 122 | 72 |
| Binary | 111100 | 11101100 | 11001001 | 1001011 | 0 | 1111 | 111 | 10101000 | 1010010 | 111010 |
Color Harmonies of #3CECC9
Complementary color
Monochromatic Colors of #3CECC9
Black with #3CECC9
Text Example
Text Example
White with #3CECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECC9; }
p { color: rgb(60,236,201); }
H1.HeaderClassName
{
color: #3CECC9;
}
.AnyTagClassName
{
color: #3CECC9;
}
</style>
background-color css
<style>
a { background-color: #3CECC9; }
a { background-color: rgb(60,236,201); }
div.DivClassName
{
background-color: #3CECC9;
}
.BgClassName
{
background-color: #3CECC9;
}
</style>
border-color css
<style>
span { border-color: #3CECC9; }
span { border-color: rgb(60,236,201); }
td.TdClassName
{
border-color: #3CECC9;
}
.TagClassName
{
border-color: #3CECC9;
}
</style>