Shades of Medium Turquoise #3BC1BA
Tints of Medium Turquoise #3BC1BA
RGB
CMYK
RGB Variations
Color information
#3BC1BA (or 0x3BC1BA) is known color: Medium Turquoise. HEX triplet: 3B, C1 and BA. RGB value is (59,193,186). Sum of RGB (Red+Green+Blue) = 59+193+186=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1BA is #C43E45. Grayscale: #989898. Windows color (decimal): -12860998 or 12239163. OLE color: 12239163.
HSL color Cylindrical-coordinate representation of color #3BC1BA: hue angle of 176.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC1BA is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 186 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.24 |
| HSL | 176.87º | 0.53% | 0.49% | - |
| HSV(B) | 176.87º | 0.69% | 0.76% | - |
| XYZ | 29.74 | 42.61 | 53.11 | - |
| YUV | 152.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 186 | 0.69 | 0 | 0.04 | 0.24 | 176.87 | 0.53 | 0.49 |
| Hex | 3B | C1 | BA | 45 | 0 | 4 | 18 | B1 | 35 | 31 |
| Octal | 73 | 301 | 272 | 105 | 0 | 4 | 30 | 261 | 65 | 61 |
| Binary | 111011 | 11000001 | 10111010 | 1000101 | 0 | 100 | 11000 | 10110001 | 110101 | 110001 |
Color Harmonies of #3BC1BA
Complementary color
Monochromatic Colors of #3BC1BA
Black with #3BC1BA
Text Example
Text Example
White with #3BC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1BA; }
p { color: rgb(59,193,186); }
H1.HeaderClassName
{
color: #3BC1BA;
}
.AnyTagClassName
{
color: #3BC1BA;
}
</style>
background-color css
<style>
a { background-color: #3BC1BA; }
a { background-color: rgb(59,193,186); }
div.DivClassName
{
background-color: #3BC1BA;
}
.BgClassName
{
background-color: #3BC1BA;
}
</style>
border-color css
<style>
span { border-color: #3BC1BA; }
span { border-color: rgb(59,193,186); }
td.TdClassName
{
border-color: #3BC1BA;
}
.TagClassName
{
border-color: #3BC1BA;
}
</style>