Shades of Turquoise #3CFCBF
Tints of Turquoise #3CFCBF
RGB
CMYK
RGB Variations
Color information
#3CFCBF (or 0x3CFCBF) is known color: Turquoise. HEX triplet: 3C, FC and BF. RGB value is (60,252,191). Sum of RGB (Red+Green+Blue) = 60+252+191=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCBF is #C30340. Grayscale: #BBBBBB. Windows color (decimal): -12780353 or 12581948. OLE color: 12581948.
HSL color Cylindrical-coordinate representation of color #3CFCBF: hue angle of 160.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 #3CFCBF is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 191 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.01 |
| HSL | 160.94º | 0.97% | 0.61% | - |
| HSV(B) | 160.94º | 0.76% | 0.99% | - |
| XYZ | 46.08 | 74.34 | 61.21 | - |
| YUV | 187.64 | 129.89 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 191 | 0.76 | 0 | 0.24 | 0.01 | 160.94 | 0.97 | 0.61 |
| Hex | 3C | FC | BF | 4C | 0 | 18 | 1 | A1 | 61 | 3D |
| Octal | 74 | 374 | 277 | 114 | 0 | 30 | 1 | 241 | 141 | 75 |
| Binary | 111100 | 11111100 | 10111111 | 1001100 | 0 | 11000 | 1 | 10100001 | 1100001 | 111101 |
Color Harmonies of #3CFCBF
Complementary color
Monochromatic Colors of #3CFCBF
Black with #3CFCBF
Text Example
Text Example
White with #3CFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCBF; }
p { color: rgb(60,252,191); }
H1.HeaderClassName
{
color: #3CFCBF;
}
.AnyTagClassName
{
color: #3CFCBF;
}
</style>
background-color css
<style>
a { background-color: #3CFCBF; }
a { background-color: rgb(60,252,191); }
div.DivClassName
{
background-color: #3CFCBF;
}
.BgClassName
{
background-color: #3CFCBF;
}
</style>
border-color css
<style>
span { border-color: #3CFCBF; }
span { border-color: rgb(60,252,191); }
td.TdClassName
{
border-color: #3CFCBF;
}
.TagClassName
{
border-color: #3CFCBF;
}
</style>