Shades of Turquoise #3BFFB0
Tints of Turquoise #3BFFB0
RGB
CMYK
RGB Variations
Color information
#3BFFB0 (or 0x3BFFB0) is known color: Turquoise. HEX triplet: 3B, FF and B0. RGB value is (59,255,176). Sum of RGB (Red+Green+Blue) = 59+255+176=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFFB0 is #C4004F. Grayscale: #BBBBBB. Windows color (decimal): -12845136 or 11599675. OLE color: 11599675.
HSL color Cylindrical-coordinate representation of color #3BFFB0: hue angle of 155.82º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFB0 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 176 | - |
| CMYK | 0.77 | 0 | 0.31 | 0 |
| HSL | 155.82º | 1% | 0.62% | - |
| HSV(B) | 155.82º | 0.77% | 1% | - |
| XYZ | 45.4 | 75.58 | 53.27 | - |
| YUV | 187.39 | 121.57 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 176 | 0.77 | 0 | 0.31 | 0 | 155.82 | 1 | 0.62 |
| Hex | 3B | FF | B0 | 4D | 0 | 1F | 0 | 9C | 64 | 3E |
| Octal | 73 | 377 | 260 | 115 | 0 | 37 | 0 | 234 | 144 | 76 |
| Binary | 111011 | 11111111 | 10110000 | 1001101 | 0 | 11111 | 0 | 10011100 | 1100100 | 111110 |
Color Harmonies of #3BFFB0
Complementary color
Monochromatic Colors of #3BFFB0
Black with #3BFFB0
Text Example
Text Example
White with #3BFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFB0; }
p { color: rgb(59,255,176); }
H1.HeaderClassName
{
color: #3BFFB0;
}
.AnyTagClassName
{
color: #3BFFB0;
}
</style>
background-color css
<style>
a { background-color: #3BFFB0; }
a { background-color: rgb(59,255,176); }
div.DivClassName
{
background-color: #3BFFB0;
}
.BgClassName
{
background-color: #3BFFB0;
}
</style>
border-color css
<style>
span { border-color: #3BFFB0; }
span { border-color: rgb(59,255,176); }
td.TdClassName
{
border-color: #3BFFB0;
}
.TagClassName
{
border-color: #3BFFB0;
}
</style>