Shades of Turquoise #3BFCBB
Tints of Turquoise #3BFCBB
RGB
CMYK
RGB Variations
Color information
#3BFCBB (or 0x3BFCBB) is known color: Turquoise. HEX triplet: 3B, FC and BB. RGB value is (59,252,187). Sum of RGB (Red+Green+Blue) = 59+252+187=498 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.85% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCBB is #C40344. Grayscale: #BABABA. Windows color (decimal): -12845893 or 12319803. OLE color: 12319803.
HSL color Cylindrical-coordinate representation of color #3BFCBB: hue angle of 159.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFCBB is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 187 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.01 |
| HSL | 159.79º | 0.97% | 0.61% | - |
| HSV(B) | 159.79º | 0.77% | 0.99% | - |
| XYZ | 45.58 | 74.14 | 58.92 | - |
| YUV | 186.88 | 128.06 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 187 | 0.77 | 0 | 0.26 | 0.01 | 159.79 | 0.97 | 0.61 |
| Hex | 3B | FC | BB | 4D | 0 | 1A | 1 | A0 | 61 | 3D |
| Octal | 73 | 374 | 273 | 115 | 0 | 32 | 1 | 240 | 141 | 75 |
| Binary | 111011 | 11111100 | 10111011 | 1001101 | 0 | 11010 | 1 | 10100000 | 1100001 | 111101 |
Color Harmonies of #3BFCBB
Complementary color
Monochromatic Colors of #3BFCBB
Black with #3BFCBB
Text Example
Text Example
White with #3BFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCBB; }
p { color: rgb(59,252,187); }
H1.HeaderClassName
{
color: #3BFCBB;
}
.AnyTagClassName
{
color: #3BFCBB;
}
</style>
background-color css
<style>
a { background-color: #3BFCBB; }
a { background-color: rgb(59,252,187); }
div.DivClassName
{
background-color: #3BFCBB;
}
.BgClassName
{
background-color: #3BFCBB;
}
</style>
border-color css
<style>
span { border-color: #3BFCBB; }
span { border-color: rgb(59,252,187); }
td.TdClassName
{
border-color: #3BFCBB;
}
.TagClassName
{
border-color: #3BFCBB;
}
</style>