Shades of Medium Turquoise #3BC5BC
Tints of Medium Turquoise #3BC5BC
RGB
CMYK
RGB Variations
Color information
#3BC5BC (or 0x3BC5BC) is known color: Medium Turquoise. HEX triplet: 3B, C5 and BC. RGB value is (59,197,188). Sum of RGB (Red+Green+Blue) = 59+197+188=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC5BC is #C43A43. Grayscale: #9A9A9A. Windows color (decimal): -12859972 or 12371259. OLE color: 12371259.
HSL color Cylindrical-coordinate representation of color #3BC5BC: hue angle of 176.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC5BC is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 188 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.23 |
| HSL | 176.09º | 0.54% | 0.5% | - |
| HSV(B) | 176.09º | 0.7% | 0.77% | - |
| XYZ | 30.85 | 44.49 | 54.54 | - |
| YUV | 154.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 188 | 0.70 | 0 | 0.05 | 0.23 | 176.09 | 0.54 | 0.5 |
| Hex | 3B | C5 | BC | 46 | 0 | 5 | 17 | B0 | 36 | 32 |
| Octal | 73 | 305 | 274 | 106 | 0 | 5 | 27 | 260 | 66 | 62 |
| Binary | 111011 | 11000101 | 10111100 | 1000110 | 0 | 101 | 10111 | 10110000 | 110110 | 110010 |
Color Harmonies of #3BC5BC
Complementary color
Monochromatic Colors of #3BC5BC
Black with #3BC5BC
Text Example
Text Example
White with #3BC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC5BC; }
p { color: rgb(59,197,188); }
H1.HeaderClassName
{
color: #3BC5BC;
}
.AnyTagClassName
{
color: #3BC5BC;
}
</style>
background-color css
<style>
a { background-color: #3BC5BC; }
a { background-color: rgb(59,197,188); }
div.DivClassName
{
background-color: #3BC5BC;
}
.BgClassName
{
background-color: #3BC5BC;
}
</style>
border-color css
<style>
span { border-color: #3BC5BC; }
span { border-color: rgb(59,197,188); }
td.TdClassName
{
border-color: #3BC5BC;
}
.TagClassName
{
border-color: #3BC5BC;
}
</style>