Shades of Medium Turquoise #3BC6BD
Tints of Medium Turquoise #3BC6BD
RGB
CMYK
RGB Variations
Color information
#3BC6BD (or 0x3BC6BD) is known color: Medium Turquoise. HEX triplet: 3B, C6 and BD. RGB value is (59,198,189). Sum of RGB (Red+Green+Blue) = 59+198+189=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6BD is #C43942. Grayscale: #9B9B9B. Windows color (decimal): -12859715 or 12437051. OLE color: 12437051.
HSL color Cylindrical-coordinate representation of color #3BC6BD: hue angle of 176.12º 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 #3BC6BD is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 189 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.22 |
| HSL | 176.12º | 0.55% | 0.5% | - |
| HSV(B) | 176.12º | 0.7% | 0.78% | - |
| XYZ | 31.18 | 44.99 | 55.18 | - |
| YUV | 155.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 189 | 0.70 | 0 | 0.05 | 0.22 | 176.12 | 0.55 | 0.5 |
| Hex | 3B | C6 | BD | 46 | 0 | 5 | 16 | B0 | 37 | 32 |
| Octal | 73 | 306 | 275 | 106 | 0 | 5 | 26 | 260 | 67 | 62 |
| Binary | 111011 | 11000110 | 10111101 | 1000110 | 0 | 101 | 10110 | 10110000 | 110111 | 110010 |
Color Harmonies of #3BC6BD
Complementary color
Monochromatic Colors of #3BC6BD
Black with #3BC6BD
Text Example
Text Example
White with #3BC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6BD; }
p { color: rgb(59,198,189); }
H1.HeaderClassName
{
color: #3BC6BD;
}
.AnyTagClassName
{
color: #3BC6BD;
}
</style>
background-color css
<style>
a { background-color: #3BC6BD; }
a { background-color: rgb(59,198,189); }
div.DivClassName
{
background-color: #3BC6BD;
}
.BgClassName
{
background-color: #3BC6BD;
}
</style>
border-color css
<style>
span { border-color: #3BC6BD; }
span { border-color: rgb(59,198,189); }
td.TdClassName
{
border-color: #3BC6BD;
}
.TagClassName
{
border-color: #3BC6BD;
}
</style>