Shades of Turquoise #3CFCBB
Tints of Turquoise #3CFCBB
RGB
CMYK
RGB Variations
Color information
#3CFCBB (or 0x3CFCBB) is known color: Turquoise. HEX triplet: 3C, FC and BB. RGB value is (60,252,187). Sum of RGB (Red+Green+Blue) = 60+252+187=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCBB is #C30344. Grayscale: #BBBBBB. Windows color (decimal): -12780357 or 12319804. OLE color: 12319804.
HSL color Cylindrical-coordinate representation of color #3CFCBB: hue angle of 159.69º 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 #3CFCBB is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 187 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.01 |
| HSL | 159.69º | 0.97% | 0.61% | - |
| HSV(B) | 159.69º | 0.76% | 0.99% | - |
| XYZ | 45.64 | 74.17 | 58.92 | - |
| YUV | 187.18 | 127.89 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 187 | 0.76 | 0 | 0.26 | 0.01 | 159.69 | 0.97 | 0.61 |
| Hex | 3C | FC | BB | 4C | 0 | 1A | 1 | A0 | 61 | 3D |
| Octal | 74 | 374 | 273 | 114 | 0 | 32 | 1 | 240 | 141 | 75 |
| Binary | 111100 | 11111100 | 10111011 | 1001100 | 0 | 11010 | 1 | 10100000 | 1100001 | 111101 |
Color Harmonies of #3CFCBB
Complementary color
Monochromatic Colors of #3CFCBB
Black with #3CFCBB
Text Example
Text Example
White with #3CFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCBB; }
p { color: rgb(60,252,187); }
H1.HeaderClassName
{
color: #3CFCBB;
}
.AnyTagClassName
{
color: #3CFCBB;
}
</style>
background-color css
<style>
a { background-color: #3CFCBB; }
a { background-color: rgb(60,252,187); }
div.DivClassName
{
background-color: #3CFCBB;
}
.BgClassName
{
background-color: #3CFCBB;
}
</style>
border-color css
<style>
span { border-color: #3CFCBB; }
span { border-color: rgb(60,252,187); }
td.TdClassName
{
border-color: #3CFCBB;
}
.TagClassName
{
border-color: #3CFCBB;
}
</style>