Shades of Turquoise #3CFCDC
Tints of Turquoise #3CFCDC
RGB
CMYK
RGB Variations
Color information
#3CFCDC (or 0x3CFCDC) is known color: Turquoise. HEX triplet: 3C, FC and DC. RGB value is (60,252,220). Sum of RGB (Red+Green+Blue) = 60+252+220=532 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.28% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCDC is #C30323. Grayscale: #BEBEBE. Windows color (decimal): -12780324 or 14482492. OLE color: 14482492.
HSL color Cylindrical-coordinate representation of color #3CFCDC: hue angle of 170º 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 #3CFCDC is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 220 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.01 |
| HSL | 170º | 0.97% | 0.61% | - |
| HSV(B) | 170º | 0.76% | 0.99% | - |
| XYZ | 49.59 | 75.75 | 79.72 | - |
| YUV | 190.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 220 | 0.76 | 0 | 0.13 | 0.01 | 170 | 0.97 | 0.61 |
| Hex | 3C | FC | DC | 4C | 0 | D | 1 | AA | 61 | 3D |
| Octal | 74 | 374 | 334 | 114 | 0 | 15 | 1 | 252 | 141 | 75 |
| Binary | 111100 | 11111100 | 11011100 | 1001100 | 0 | 1101 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #3CFCDC
Complementary color
Monochromatic Colors of #3CFCDC
Black with #3CFCDC
Text Example
Text Example
White with #3CFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCDC; }
p { color: rgb(60,252,220); }
H1.HeaderClassName
{
color: #3CFCDC;
}
.AnyTagClassName
{
color: #3CFCDC;
}
</style>
background-color css
<style>
a { background-color: #3CFCDC; }
a { background-color: rgb(60,252,220); }
div.DivClassName
{
background-color: #3CFCDC;
}
.BgClassName
{
background-color: #3CFCDC;
}
</style>
border-color css
<style>
span { border-color: #3CFCDC; }
span { border-color: rgb(60,252,220); }
td.TdClassName
{
border-color: #3CFCDC;
}
.TagClassName
{
border-color: #3CFCDC;
}
</style>