Shades of Turquoise #3CFCD4
Tints of Turquoise #3CFCD4
RGB
CMYK
RGB Variations
Color information
#3CFCD4 (or 0x3CFCD4) is known color: Turquoise. HEX triplet: 3C, FC and D4. RGB value is (60,252,212). Sum of RGB (Red+Green+Blue) = 60+252+212=524 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.45% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCD4 is #C3032B. Grayscale: #BDBDBD. Windows color (decimal): -12780332 or 13958204. OLE color: 13958204.
HSL color Cylindrical-coordinate representation of color #3CFCD4: hue angle of 167.5º 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 #3CFCD4 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 212 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.01 |
| HSL | 167.5º | 0.97% | 0.61% | - |
| HSV(B) | 167.5º | 0.76% | 0.99% | - |
| XYZ | 48.56 | 75.33 | 74.27 | - |
| YUV | 190.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 212 | 0.76 | 0 | 0.16 | 0.01 | 167.5 | 0.97 | 0.61 |
| Hex | 3C | FC | D4 | 4C | 0 | 10 | 1 | A8 | 61 | 3D |
| Octal | 74 | 374 | 324 | 114 | 0 | 20 | 1 | 250 | 141 | 75 |
| Binary | 111100 | 11111100 | 11010100 | 1001100 | 0 | 10000 | 1 | 10101000 | 1100001 | 111101 |
Color Harmonies of #3CFCD4
Complementary color
Monochromatic Colors of #3CFCD4
Black with #3CFCD4
Text Example
Text Example
White with #3CFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCD4; }
p { color: rgb(60,252,212); }
H1.HeaderClassName
{
color: #3CFCD4;
}
.AnyTagClassName
{
color: #3CFCD4;
}
</style>
background-color css
<style>
a { background-color: #3CFCD4; }
a { background-color: rgb(60,252,212); }
div.DivClassName
{
background-color: #3CFCD4;
}
.BgClassName
{
background-color: #3CFCD4;
}
</style>
border-color css
<style>
span { border-color: #3CFCD4; }
span { border-color: rgb(60,252,212); }
td.TdClassName
{
border-color: #3CFCD4;
}
.TagClassName
{
border-color: #3CFCD4;
}
</style>