Shades of Turquoise #3CFCF2
Tints of Turquoise #3CFCF2
RGB
CMYK
RGB Variations
Color information
#3CFCF2 (or 0x3CFCF2) is known color: Turquoise. HEX triplet: 3C, FC and F2. RGB value is (60,252,242). Sum of RGB (Red+Green+Blue) = 60+252+242=554 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.83% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCF2 is #C3030D. Grayscale: #C1C1C1. Windows color (decimal): -12780302 or 15924284. OLE color: 15924284.
HSL color Cylindrical-coordinate representation of color #3CFCF2: hue angle of 176.88º 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 #3CFCF2 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 242 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.01 |
| HSL | 176.88º | 0.97% | 0.61% | - |
| HSV(B) | 176.88º | 0.76% | 0.99% | - |
| XYZ | 52.7 | 76.99 | 96.09 | - |
| YUV | 193.45 | 155.39 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 242 | 0.76 | 0 | 0.04 | 0.01 | 176.88 | 0.97 | 0.61 |
| Hex | 3C | FC | F2 | 4C | 0 | 4 | 1 | B1 | 61 | 3D |
| Octal | 74 | 374 | 362 | 114 | 0 | 4 | 1 | 261 | 141 | 75 |
| Binary | 111100 | 11111100 | 11110010 | 1001100 | 0 | 100 | 1 | 10110001 | 1100001 | 111101 |
Color Harmonies of #3CFCF2
Complementary color
Monochromatic Colors of #3CFCF2
Black with #3CFCF2
Text Example
Text Example
White with #3CFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCF2; }
p { color: rgb(60,252,242); }
H1.HeaderClassName
{
color: #3CFCF2;
}
.AnyTagClassName
{
color: #3CFCF2;
}
</style>
background-color css
<style>
a { background-color: #3CFCF2; }
a { background-color: rgb(60,252,242); }
div.DivClassName
{
background-color: #3CFCF2;
}
.BgClassName
{
background-color: #3CFCF2;
}
</style>
border-color css
<style>
span { border-color: #3CFCF2; }
span { border-color: rgb(60,252,242); }
td.TdClassName
{
border-color: #3CFCF2;
}
.TagClassName
{
border-color: #3CFCF2;
}
</style>