Shades of Turquoise #3CFBB1
Tints of Turquoise #3CFBB1
RGB
CMYK
RGB Variations
Color information
#3CFBB1 (or 0x3CFBB1) is known color: Turquoise. HEX triplet: 3C, FB and B1. RGB value is (60,251,177). Sum of RGB (Red+Green+Blue) = 60+251+177=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFBB1 is #C3044E. Grayscale: #B9B9B9. Windows color (decimal): -12780623 or 11664188. OLE color: 11664188.
HSL color Cylindrical-coordinate representation of color #3CFBB1: hue angle of 156.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBB1 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 177 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.02 |
| HSL | 156.75º | 0.96% | 0.61% | - |
| HSV(B) | 156.75º | 0.76% | 0.98% | - |
| XYZ | 44.3 | 73.13 | 53.38 | - |
| YUV | 185.46 | 123.22 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 177 | 0.76 | 0 | 0.29 | 0.02 | 156.75 | 0.96 | 0.61 |
| Hex | 3C | FB | B1 | 4C | 0 | 1D | 2 | 9D | 60 | 3D |
| Octal | 74 | 373 | 261 | 114 | 0 | 35 | 2 | 235 | 140 | 75 |
| Binary | 111100 | 11111011 | 10110001 | 1001100 | 0 | 11101 | 10 | 10011101 | 1100000 | 111101 |
Color Harmonies of #3CFBB1
Complementary color
Monochromatic Colors of #3CFBB1
Black with #3CFBB1
Text Example
Text Example
White with #3CFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBB1; }
p { color: rgb(60,251,177); }
H1.HeaderClassName
{
color: #3CFBB1;
}
.AnyTagClassName
{
color: #3CFBB1;
}
</style>
background-color css
<style>
a { background-color: #3CFBB1; }
a { background-color: rgb(60,251,177); }
div.DivClassName
{
background-color: #3CFBB1;
}
.BgClassName
{
background-color: #3CFBB1;
}
</style>
border-color css
<style>
span { border-color: #3CFBB1; }
span { border-color: rgb(60,251,177); }
td.TdClassName
{
border-color: #3CFBB1;
}
.TagClassName
{
border-color: #3CFBB1;
}
</style>