Shades of Turquoise #3BFAB3
Tints of Turquoise #3BFAB3
RGB
CMYK
RGB Variations
Color information
#3BFAB3 (or 0x3BFAB3) is known color: Turquoise. HEX triplet: 3B, FA and B3. RGB value is (59,250,179). Sum of RGB (Red+Green+Blue) = 59+250+179=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFAB3 is #C4054C. Grayscale: #B8B8B8. Windows color (decimal): -12846413 or 11795003. OLE color: 11795003.
HSL color Cylindrical-coordinate representation of color #3BFAB3: hue angle of 157.7º 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 #3BFAB3 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 179 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.02 |
| HSL | 157.7º | 0.95% | 0.61% | - |
| HSV(B) | 157.7º | 0.76% | 0.98% | - |
| XYZ | 44.13 | 72.56 | 54.33 | - |
| YUV | 184.8 | 124.72 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 179 | 0.76 | 0 | 0.28 | 0.02 | 157.7 | 0.95 | 0.61 |
| Hex | 3B | FA | B3 | 4C | 0 | 1C | 2 | 9E | 5F | 3D |
| Octal | 73 | 372 | 263 | 114 | 0 | 34 | 2 | 236 | 137 | 75 |
| Binary | 111011 | 11111010 | 10110011 | 1001100 | 0 | 11100 | 10 | 10011110 | 1011111 | 111101 |
Color Harmonies of #3BFAB3
Complementary color
Monochromatic Colors of #3BFAB3
Black with #3BFAB3
Text Example
Text Example
White with #3BFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFAB3; }
p { color: rgb(59,250,179); }
H1.HeaderClassName
{
color: #3BFAB3;
}
.AnyTagClassName
{
color: #3BFAB3;
}
</style>
background-color css
<style>
a { background-color: #3BFAB3; }
a { background-color: rgb(59,250,179); }
div.DivClassName
{
background-color: #3BFAB3;
}
.BgClassName
{
background-color: #3BFAB3;
}
</style>
border-color css
<style>
span { border-color: #3BFAB3; }
span { border-color: rgb(59,250,179); }
td.TdClassName
{
border-color: #3BFAB3;
}
.TagClassName
{
border-color: #3BFAB3;
}
</style>