Shades of Turquoise #3BFDBB
Tints of Turquoise #3BFDBB
RGB
CMYK
RGB Variations
Color information
#3BFDBB (or 0x3BFDBB) is known color: Turquoise. HEX triplet: 3B, FD and BB. RGB value is (59,253,187). Sum of RGB (Red+Green+Blue) = 59+253+187=499 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.82% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDBB is #C40244. Grayscale: #BBBBBB. Windows color (decimal): -12845637 or 12320059. OLE color: 12320059.
HSL color Cylindrical-coordinate representation of color #3BFDBB: hue angle of 159.59º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDBB is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 187 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.01 |
| HSL | 159.59º | 0.98% | 0.61% | - |
| HSV(B) | 159.59º | 0.77% | 0.99% | - |
| XYZ | 45.9 | 74.77 | 59.03 | - |
| YUV | 187.47 | 127.73 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 187 | 0.77 | 0 | 0.26 | 0.01 | 159.59 | 0.98 | 0.61 |
| Hex | 3B | FD | BB | 4D | 0 | 1A | 1 | A0 | 62 | 3D |
| Octal | 73 | 375 | 273 | 115 | 0 | 32 | 1 | 240 | 142 | 75 |
| Binary | 111011 | 11111101 | 10111011 | 1001101 | 0 | 11010 | 1 | 10100000 | 1100010 | 111101 |
Color Harmonies of #3BFDBB
Complementary color
Monochromatic Colors of #3BFDBB
Black with #3BFDBB
Text Example
Text Example
White with #3BFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDBB; }
p { color: rgb(59,253,187); }
H1.HeaderClassName
{
color: #3BFDBB;
}
.AnyTagClassName
{
color: #3BFDBB;
}
</style>
background-color css
<style>
a { background-color: #3BFDBB; }
a { background-color: rgb(59,253,187); }
div.DivClassName
{
background-color: #3BFDBB;
}
.BgClassName
{
background-color: #3BFDBB;
}
</style>
border-color css
<style>
span { border-color: #3BFDBB; }
span { border-color: rgb(59,253,187); }
td.TdClassName
{
border-color: #3BFDBB;
}
.TagClassName
{
border-color: #3BFDBB;
}
</style>