Shades of Turquoise #3CFCC9
Tints of Turquoise #3CFCC9
RGB
CMYK
RGB Variations
Color information
#3CFCC9 (or 0x3CFCC9) is known color: Turquoise. HEX triplet: 3C, FC and C9. RGB value is (60,252,201). Sum of RGB (Red+Green+Blue) = 60+252+201=513 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.70% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC9 is #C30336. Grayscale: #BCBCBC. Windows color (decimal): -12780343 or 13237308. OLE color: 13237308.
HSL color Cylindrical-coordinate representation of color #3CFCC9: hue angle of 164.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCC9 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 201 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.01 |
| HSL | 164.06º | 0.97% | 0.61% | - |
| HSV(B) | 164.06º | 0.76% | 0.99% | - |
| XYZ | 47.22 | 74.8 | 67.21 | - |
| YUV | 188.78 | 134.89 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 201 | 0.76 | 0 | 0.20 | 0.01 | 164.06 | 0.97 | 0.61 |
| Hex | 3C | FC | C9 | 4C | 0 | 14 | 1 | A4 | 61 | 3D |
| Octal | 74 | 374 | 311 | 114 | 0 | 24 | 1 | 244 | 141 | 75 |
| Binary | 111100 | 11111100 | 11001001 | 1001100 | 0 | 10100 | 1 | 10100100 | 1100001 | 111101 |
Color Harmonies of #3CFCC9
Complementary color
Monochromatic Colors of #3CFCC9
Black with #3CFCC9
Text Example
Text Example
White with #3CFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCC9; }
p { color: rgb(60,252,201); }
H1.HeaderClassName
{
color: #3CFCC9;
}
.AnyTagClassName
{
color: #3CFCC9;
}
</style>
background-color css
<style>
a { background-color: #3CFCC9; }
a { background-color: rgb(60,252,201); }
div.DivClassName
{
background-color: #3CFCC9;
}
.BgClassName
{
background-color: #3CFCC9;
}
</style>
border-color css
<style>
span { border-color: #3CFCC9; }
span { border-color: rgb(60,252,201); }
td.TdClassName
{
border-color: #3CFCC9;
}
.TagClassName
{
border-color: #3CFCC9;
}
</style>