Shades of Turquoise #3CFCD9
Tints of Turquoise #3CFCD9
RGB
CMYK
RGB Variations
Color information
#3CFCD9 (or 0x3CFCD9) is known color: Turquoise. HEX triplet: 3C, FC and D9. RGB value is (60,252,217). Sum of RGB (Red+Green+Blue) = 60+252+217=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCD9 is #C30326. Grayscale: #BEBEBE. Windows color (decimal): -12780327 or 14285884. OLE color: 14285884.
HSL color Cylindrical-coordinate representation of color #3CFCD9: hue angle of 169.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 #3CFCD9 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 217 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.01 |
| HSL | 169.06º | 0.97% | 0.61% | - |
| HSV(B) | 169.06º | 0.76% | 0.99% | - |
| XYZ | 49.2 | 75.59 | 77.64 | - |
| YUV | 190.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 217 | 0.76 | 0 | 0.14 | 0.01 | 169.06 | 0.97 | 0.61 |
| Hex | 3C | FC | D9 | 4C | 0 | E | 1 | A9 | 61 | 3D |
| Octal | 74 | 374 | 331 | 114 | 0 | 16 | 1 | 251 | 141 | 75 |
| Binary | 111100 | 11111100 | 11011001 | 1001100 | 0 | 1110 | 1 | 10101001 | 1100001 | 111101 |
Color Harmonies of #3CFCD9
Complementary color
Monochromatic Colors of #3CFCD9
Black with #3CFCD9
Text Example
Text Example
White with #3CFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCD9; }
p { color: rgb(60,252,217); }
H1.HeaderClassName
{
color: #3CFCD9;
}
.AnyTagClassName
{
color: #3CFCD9;
}
</style>
background-color css
<style>
a { background-color: #3CFCD9; }
a { background-color: rgb(60,252,217); }
div.DivClassName
{
background-color: #3CFCD9;
}
.BgClassName
{
background-color: #3CFCD9;
}
</style>
border-color css
<style>
span { border-color: #3CFCD9; }
span { border-color: rgb(60,252,217); }
td.TdClassName
{
border-color: #3CFCD9;
}
.TagClassName
{
border-color: #3CFCD9;
}
</style>