Shades of Turquoise #3BFFB4
Tints of Turquoise #3BFFB4
RGB
CMYK
RGB Variations
Color information
#3BFFB4 (or 0x3BFFB4) is known color: Turquoise. HEX triplet: 3B, FF and B4. RGB value is (59,255,180). Sum of RGB (Red+Green+Blue) = 59+255+180=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFB4 is #C4004B. Grayscale: #BBBBBB. Windows color (decimal): -12845132 or 11861819. OLE color: 11861819.
HSL color Cylindrical-coordinate representation of color #3BFFB4: hue angle of 157.04º 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 #3BFFB4 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 180 | - |
| CMYK | 0.77 | 0 | 0.29 | 0 |
| HSL | 157.04º | 1% | 0.62% | - |
| HSV(B) | 157.04º | 0.77% | 1% | - |
| XYZ | 45.8 | 75.75 | 55.39 | - |
| YUV | 187.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 180 | 0.77 | 0 | 0.29 | 0 | 157.04 | 1 | 0.62 |
| Hex | 3B | FF | B4 | 4D | 0 | 1D | 0 | 9D | 64 | 3E |
| Octal | 73 | 377 | 264 | 115 | 0 | 35 | 0 | 235 | 144 | 76 |
| Binary | 111011 | 11111111 | 10110100 | 1001101 | 0 | 11101 | 0 | 10011101 | 1100100 | 111110 |
Color Harmonies of #3BFFB4
Complementary color
Monochromatic Colors of #3BFFB4
Black with #3BFFB4
Text Example
Text Example
White with #3BFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFB4; }
p { color: rgb(59,255,180); }
H1.HeaderClassName
{
color: #3BFFB4;
}
.AnyTagClassName
{
color: #3BFFB4;
}
</style>
background-color css
<style>
a { background-color: #3BFFB4; }
a { background-color: rgb(59,255,180); }
div.DivClassName
{
background-color: #3BFFB4;
}
.BgClassName
{
background-color: #3BFFB4;
}
</style>
border-color css
<style>
span { border-color: #3BFFB4; }
span { border-color: rgb(59,255,180); }
td.TdClassName
{
border-color: #3BFFB4;
}
.TagClassName
{
border-color: #3BFFB4;
}
</style>