Shades of Medium Turquoise #3BC6BA
Tints of Medium Turquoise #3BC6BA
RGB
CMYK
RGB Variations
Color information
#3BC6BA (or 0x3BC6BA) is known color: Medium Turquoise. HEX triplet: 3B, C6 and BA. RGB value is (59,198,186). Sum of RGB (Red+Green+Blue) = 59+198+186=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6BA is #C43945. Grayscale: #9A9A9A. Windows color (decimal): -12859718 or 12240443. OLE color: 12240443.
HSL color Cylindrical-coordinate representation of color #3BC6BA: hue angle of 174.82º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC6BA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 186 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.22 |
| HSL | 174.82º | 0.55% | 0.5% | - |
| HSV(B) | 174.82º | 0.7% | 0.78% | - |
| XYZ | 30.86 | 44.86 | 53.49 | - |
| YUV | 155.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 186 | 0.70 | 0 | 0.06 | 0.22 | 174.82 | 0.55 | 0.5 |
| Hex | 3B | C6 | BA | 46 | 0 | 6 | 16 | AF | 37 | 32 |
| Octal | 73 | 306 | 272 | 106 | 0 | 6 | 26 | 257 | 67 | 62 |
| Binary | 111011 | 11000110 | 10111010 | 1000110 | 0 | 110 | 10110 | 10101111 | 110111 | 110010 |
Color Harmonies of #3BC6BA
Complementary color
Monochromatic Colors of #3BC6BA
Black with #3BC6BA
Text Example
Text Example
White with #3BC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6BA; }
p { color: rgb(59,198,186); }
H1.HeaderClassName
{
color: #3BC6BA;
}
.AnyTagClassName
{
color: #3BC6BA;
}
</style>
background-color css
<style>
a { background-color: #3BC6BA; }
a { background-color: rgb(59,198,186); }
div.DivClassName
{
background-color: #3BC6BA;
}
.BgClassName
{
background-color: #3BC6BA;
}
</style>
border-color css
<style>
span { border-color: #3BC6BA; }
span { border-color: rgb(59,198,186); }
td.TdClassName
{
border-color: #3BC6BA;
}
.TagClassName
{
border-color: #3BC6BA;
}
</style>