Shades of Turquoise #3BFABD
Tints of Turquoise #3BFABD
RGB
CMYK
RGB Variations
Color information
#3BFABD (or 0x3BFABD) is known color: Turquoise. HEX triplet: 3B, FA and BD. RGB value is (59,250,189). Sum of RGB (Red+Green+Blue) = 59+250+189=498 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.85% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFABD is #C40542. Grayscale: #B9B9B9. Windows color (decimal): -12846403 or 12450363. OLE color: 12450363.
HSL color Cylindrical-coordinate representation of color #3BFABD: hue angle of 160.84º 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 #3BFABD is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 189 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.02 |
| HSL | 160.84º | 0.95% | 0.61% | - |
| HSV(B) | 160.84º | 0.76% | 0.98% | - |
| XYZ | 45.17 | 72.98 | 59.85 | - |
| YUV | 185.94 | 129.72 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 189 | 0.76 | 0 | 0.24 | 0.02 | 160.84 | 0.95 | 0.61 |
| Hex | 3B | FA | BD | 4C | 0 | 18 | 2 | A1 | 5F | 3D |
| Octal | 73 | 372 | 275 | 114 | 0 | 30 | 2 | 241 | 137 | 75 |
| Binary | 111011 | 11111010 | 10111101 | 1001100 | 0 | 11000 | 10 | 10100001 | 1011111 | 111101 |
Color Harmonies of #3BFABD
Complementary color
Monochromatic Colors of #3BFABD
Black with #3BFABD
Text Example
Text Example
White with #3BFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFABD; }
p { color: rgb(59,250,189); }
H1.HeaderClassName
{
color: #3BFABD;
}
.AnyTagClassName
{
color: #3BFABD;
}
</style>
background-color css
<style>
a { background-color: #3BFABD; }
a { background-color: rgb(59,250,189); }
div.DivClassName
{
background-color: #3BFABD;
}
.BgClassName
{
background-color: #3BFABD;
}
</style>
border-color css
<style>
span { border-color: #3BFABD; }
span { border-color: rgb(59,250,189); }
td.TdClassName
{
border-color: #3BFABD;
}
.TagClassName
{
border-color: #3BFABD;
}
</style>