Shades of Turquoise #3CFCF1
Tints of Turquoise #3CFCF1
RGB
CMYK
RGB Variations
Color information
#3CFCF1 (or 0x3CFCF1) is known color: Turquoise. HEX triplet: 3C, FC and F1. RGB value is (60,252,241). Sum of RGB (Red+Green+Blue) = 60+252+241=553 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.85% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF1 is #C3030E. Grayscale: #C1C1C1. Windows color (decimal): -12780303 or 15858748. OLE color: 15858748.
HSL color Cylindrical-coordinate representation of color #3CFCF1: hue angle of 176.56º 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 #3CFCF1 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 241 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.01 |
| HSL | 176.56º | 0.97% | 0.61% | - |
| HSV(B) | 176.56º | 0.76% | 0.99% | - |
| XYZ | 52.55 | 76.93 | 95.3 | - |
| YUV | 193.34 | 154.89 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 241 | 0.76 | 0 | 0.04 | 0.01 | 176.56 | 0.97 | 0.61 |
| Hex | 3C | FC | F1 | 4C | 0 | 4 | 1 | B1 | 61 | 3D |
| Octal | 74 | 374 | 361 | 114 | 0 | 4 | 1 | 261 | 141 | 75 |
| Binary | 111100 | 11111100 | 11110001 | 1001100 | 0 | 100 | 1 | 10110001 | 1100001 | 111101 |
Color Harmonies of #3CFCF1
Complementary color
Monochromatic Colors of #3CFCF1
Black with #3CFCF1
Text Example
Text Example
White with #3CFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCF1; }
p { color: rgb(60,252,241); }
H1.HeaderClassName
{
color: #3CFCF1;
}
.AnyTagClassName
{
color: #3CFCF1;
}
</style>
background-color css
<style>
a { background-color: #3CFCF1; }
a { background-color: rgb(60,252,241); }
div.DivClassName
{
background-color: #3CFCF1;
}
.BgClassName
{
background-color: #3CFCF1;
}
</style>
border-color css
<style>
span { border-color: #3CFCF1; }
span { border-color: rgb(60,252,241); }
td.TdClassName
{
border-color: #3CFCF1;
}
.TagClassName
{
border-color: #3CFCF1;
}
</style>