Shades of Medium Turquoise #3BC2BB
Tints of Medium Turquoise #3BC2BB
RGB
CMYK
RGB Variations
Color information
#3BC2BB (or 0x3BC2BB) is known color: Medium Turquoise. HEX triplet: 3B, C2 and BB. RGB value is (59,194,187). Sum of RGB (Red+Green+Blue) = 59+194+187=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2BB is #C43D44. Grayscale: #989898. Windows color (decimal): -12860741 or 12304955. OLE color: 12304955.
HSL color Cylindrical-coordinate representation of color #3BC2BB: hue angle of 176.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC2BB is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 187 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.24 |
| HSL | 176.89º | 0.53% | 0.5% | - |
| HSV(B) | 176.89º | 0.7% | 0.76% | - |
| XYZ | 30.07 | 43.1 | 53.75 | - |
| YUV | 152.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 187 | 0.70 | 0 | 0.04 | 0.24 | 176.89 | 0.53 | 0.5 |
| Hex | 3B | C2 | BB | 46 | 0 | 4 | 18 | B1 | 35 | 32 |
| Octal | 73 | 302 | 273 | 106 | 0 | 4 | 30 | 261 | 65 | 62 |
| Binary | 111011 | 11000010 | 10111011 | 1000110 | 0 | 100 | 11000 | 10110001 | 110101 | 110010 |
Color Harmonies of #3BC2BB
Complementary color
Monochromatic Colors of #3BC2BB
Black with #3BC2BB
Text Example
Text Example
White with #3BC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2BB; }
p { color: rgb(59,194,187); }
H1.HeaderClassName
{
color: #3BC2BB;
}
.AnyTagClassName
{
color: #3BC2BB;
}
</style>
background-color css
<style>
a { background-color: #3BC2BB; }
a { background-color: rgb(59,194,187); }
div.DivClassName
{
background-color: #3BC2BB;
}
.BgClassName
{
background-color: #3BC2BB;
}
</style>
border-color css
<style>
span { border-color: #3BC2BB; }
span { border-color: rgb(59,194,187); }
td.TdClassName
{
border-color: #3BC2BB;
}
.TagClassName
{
border-color: #3BC2BB;
}
</style>