Shades of Turquoise #3CFCCD
Tints of Turquoise #3CFCCD
RGB
CMYK
RGB Variations
Color information
#3CFCCD (or 0x3CFCCD) is known color: Turquoise. HEX triplet: 3C, FC and CD. RGB value is (60,252,205). Sum of RGB (Red+Green+Blue) = 60+252+205=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCCD is #C30332. Grayscale: #BDBDBD. Windows color (decimal): -12780339 or 13499452. OLE color: 13499452.
HSL color Cylindrical-coordinate representation of color #3CFCCD: hue angle of 165.31º 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 #3CFCCD is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 205 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.01 |
| HSL | 165.31º | 0.97% | 0.61% | - |
| HSV(B) | 165.31º | 0.76% | 0.99% | - |
| XYZ | 47.69 | 74.99 | 69.72 | - |
| YUV | 189.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 205 | 0.76 | 0 | 0.19 | 0.01 | 165.31 | 0.97 | 0.61 |
| Hex | 3C | FC | CD | 4C | 0 | 13 | 1 | A5 | 61 | 3D |
| Octal | 74 | 374 | 315 | 114 | 0 | 23 | 1 | 245 | 141 | 75 |
| Binary | 111100 | 11111100 | 11001101 | 1001100 | 0 | 10011 | 1 | 10100101 | 1100001 | 111101 |
Color Harmonies of #3CFCCD
Complementary color
Monochromatic Colors of #3CFCCD
Black with #3CFCCD
Text Example
Text Example
White with #3CFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCCD; }
p { color: rgb(60,252,205); }
H1.HeaderClassName
{
color: #3CFCCD;
}
.AnyTagClassName
{
color: #3CFCCD;
}
</style>
background-color css
<style>
a { background-color: #3CFCCD; }
a { background-color: rgb(60,252,205); }
div.DivClassName
{
background-color: #3CFCCD;
}
.BgClassName
{
background-color: #3CFCCD;
}
</style>
border-color css
<style>
span { border-color: #3CFCCD; }
span { border-color: rgb(60,252,205); }
td.TdClassName
{
border-color: #3CFCCD;
}
.TagClassName
{
border-color: #3CFCCD;
}
</style>