Shades of Turquoise #3BFAB8
Tints of Turquoise #3BFAB8
RGB
CMYK
RGB Variations
Color information
#3BFAB8 (or 0x3BFAB8) is known color: Turquoise. HEX triplet: 3B, FA and B8. RGB value is (59,250,184). Sum of RGB (Red+Green+Blue) = 59+250+184=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFAB8 is #C40547. Grayscale: #B9B9B9. Windows color (decimal): -12846408 or 12122683. OLE color: 12122683.
HSL color Cylindrical-coordinate representation of color #3BFAB8: hue angle of 159.27º degrees, saturation: 0.95, 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 #3BFAB8 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 184 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.02 |
| HSL | 159.27º | 0.95% | 0.61% | - |
| HSV(B) | 159.27º | 0.76% | 0.98% | - |
| XYZ | 44.64 | 72.76 | 57.04 | - |
| YUV | 185.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 184 | 0.76 | 0 | 0.26 | 0.02 | 159.27 | 0.95 | 0.61 |
| Hex | 3B | FA | B8 | 4C | 0 | 1A | 2 | 9F | 5F | 3D |
| Octal | 73 | 372 | 270 | 114 | 0 | 32 | 2 | 237 | 137 | 75 |
| Binary | 111011 | 11111010 | 10111000 | 1001100 | 0 | 11010 | 10 | 10011111 | 1011111 | 111101 |
Color Harmonies of #3BFAB8
Complementary color
Monochromatic Colors of #3BFAB8
Black with #3BFAB8
Text Example
Text Example
White with #3BFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFAB8; }
p { color: rgb(59,250,184); }
H1.HeaderClassName
{
color: #3BFAB8;
}
.AnyTagClassName
{
color: #3BFAB8;
}
</style>
background-color css
<style>
a { background-color: #3BFAB8; }
a { background-color: rgb(59,250,184); }
div.DivClassName
{
background-color: #3BFAB8;
}
.BgClassName
{
background-color: #3BFAB8;
}
</style>
border-color css
<style>
span { border-color: #3BFAB8; }
span { border-color: rgb(59,250,184); }
td.TdClassName
{
border-color: #3BFAB8;
}
.TagClassName
{
border-color: #3BFAB8;
}
</style>