Shades of Medium Turquoise #3BC2B9
Tints of Medium Turquoise #3BC2B9
RGB
CMYK
RGB Variations
Color information
#3BC2B9 (or 0x3BC2B9) is known color: Medium Turquoise. HEX triplet: 3B, C2 and B9. RGB value is (59,194,185). Sum of RGB (Red+Green+Blue) = 59+194+185=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2B9 is #C43D46. Grayscale: #989898. Windows color (decimal): -12860743 or 12173883. OLE color: 12173883.
HSL color Cylindrical-coordinate representation of color #3BC2B9: hue angle of 176º 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 #3BC2B9 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 185 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.24 |
| HSL | 176º | 0.53% | 0.5% | - |
| HSV(B) | 176º | 0.7% | 0.76% | - |
| XYZ | 29.85 | 43.02 | 52.63 | - |
| YUV | 152.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 185 | 0.70 | 0 | 0.05 | 0.24 | 176 | 0.53 | 0.5 |
| Hex | 3B | C2 | B9 | 46 | 0 | 5 | 18 | B0 | 35 | 32 |
| Octal | 73 | 302 | 271 | 106 | 0 | 5 | 30 | 260 | 65 | 62 |
| Binary | 111011 | 11000010 | 10111001 | 1000110 | 0 | 101 | 11000 | 10110000 | 110101 | 110010 |
Color Harmonies of #3BC2B9
Complementary color
Monochromatic Colors of #3BC2B9
Black with #3BC2B9
Text Example
Text Example
White with #3BC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2B9; }
p { color: rgb(59,194,185); }
H1.HeaderClassName
{
color: #3BC2B9;
}
.AnyTagClassName
{
color: #3BC2B9;
}
</style>
background-color css
<style>
a { background-color: #3BC2B9; }
a { background-color: rgb(59,194,185); }
div.DivClassName
{
background-color: #3BC2B9;
}
.BgClassName
{
background-color: #3BC2B9;
}
</style>
border-color css
<style>
span { border-color: #3BC2B9; }
span { border-color: rgb(59,194,185); }
td.TdClassName
{
border-color: #3BC2B9;
}
.TagClassName
{
border-color: #3BC2B9;
}
</style>