Shades of Turquoise #3CFCDF
Tints of Turquoise #3CFCDF
RGB
CMYK
RGB Variations
Color information
#3CFCDF (or 0x3CFCDF) is known color: Turquoise. HEX triplet: 3C, FC and DF. RGB value is (60,252,223). Sum of RGB (Red+Green+Blue) = 60+252+223=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCDF is #C30320. Grayscale: #BFBFBF. Windows color (decimal): -12780321 or 14679100. OLE color: 14679100.
HSL color Cylindrical-coordinate representation of color #3CFCDF: hue angle of 170.94º 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 #3CFCDF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 223 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.01 |
| HSL | 170.94º | 0.97% | 0.61% | - |
| HSV(B) | 170.94º | 0.76% | 0.99% | - |
| XYZ | 49.99 | 75.91 | 81.83 | - |
| YUV | 191.29 | 145.89 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 223 | 0.76 | 0 | 0.12 | 0.01 | 170.94 | 0.97 | 0.61 |
| Hex | 3C | FC | DF | 4C | 0 | C | 1 | AB | 61 | 3D |
| Octal | 74 | 374 | 337 | 114 | 0 | 14 | 1 | 253 | 141 | 75 |
| Binary | 111100 | 11111100 | 11011111 | 1001100 | 0 | 1100 | 1 | 10101011 | 1100001 | 111101 |
Color Harmonies of #3CFCDF
Complementary color
Monochromatic Colors of #3CFCDF
Black with #3CFCDF
Text Example
Text Example
White with #3CFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCDF; }
p { color: rgb(60,252,223); }
H1.HeaderClassName
{
color: #3CFCDF;
}
.AnyTagClassName
{
color: #3CFCDF;
}
</style>
background-color css
<style>
a { background-color: #3CFCDF; }
a { background-color: rgb(60,252,223); }
div.DivClassName
{
background-color: #3CFCDF;
}
.BgClassName
{
background-color: #3CFCDF;
}
</style>
border-color css
<style>
span { border-color: #3CFCDF; }
span { border-color: rgb(60,252,223); }
td.TdClassName
{
border-color: #3CFCDF;
}
.TagClassName
{
border-color: #3CFCDF;
}
</style>