Shades of Turquoise #3CFCC7
Tints of Turquoise #3CFCC7
RGB
CMYK
RGB Variations
Color information
#3CFCC7 (or 0x3CFCC7) is known color: Turquoise. HEX triplet: 3C, FC and C7. RGB value is (60,252,199). Sum of RGB (Red+Green+Blue) = 60+252+199=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCC7 is #C30338. Grayscale: #BCBCBC. Windows color (decimal): -12780345 or 13106236. OLE color: 13106236.
HSL color Cylindrical-coordinate representation of color #3CFCC7: hue angle of 163.44º 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 #3CFCC7 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 199 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.01 |
| HSL | 163.44º | 0.97% | 0.61% | - |
| HSV(B) | 163.44º | 0.76% | 0.99% | - |
| XYZ | 46.98 | 74.7 | 65.98 | - |
| YUV | 188.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 199 | 0.76 | 0 | 0.21 | 0.01 | 163.44 | 0.97 | 0.61 |
| Hex | 3C | FC | C7 | 4C | 0 | 15 | 1 | A3 | 61 | 3D |
| Octal | 74 | 374 | 307 | 114 | 0 | 25 | 1 | 243 | 141 | 75 |
| Binary | 111100 | 11111100 | 11000111 | 1001100 | 0 | 10101 | 1 | 10100011 | 1100001 | 111101 |
Color Harmonies of #3CFCC7
Complementary color
Monochromatic Colors of #3CFCC7
Black with #3CFCC7
Text Example
Text Example
White with #3CFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCC7; }
p { color: rgb(60,252,199); }
H1.HeaderClassName
{
color: #3CFCC7;
}
.AnyTagClassName
{
color: #3CFCC7;
}
</style>
background-color css
<style>
a { background-color: #3CFCC7; }
a { background-color: rgb(60,252,199); }
div.DivClassName
{
background-color: #3CFCC7;
}
.BgClassName
{
background-color: #3CFCC7;
}
</style>
border-color css
<style>
span { border-color: #3CFCC7; }
span { border-color: rgb(60,252,199); }
td.TdClassName
{
border-color: #3CFCC7;
}
.TagClassName
{
border-color: #3CFCC7;
}
</style>