Shades of Medium Turquoise #3BC1BC
Tints of Medium Turquoise #3BC1BC
RGB
CMYK
RGB Variations
Color information
#3BC1BC (or 0x3BC1BC) is known color: Medium Turquoise. HEX triplet: 3B, C1 and BC. RGB value is (59,193,188). Sum of RGB (Red+Green+Blue) = 59+193+188=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1BC is #C43E43. Grayscale: #989898. Windows color (decimal): -12860996 or 12370235. OLE color: 12370235.
HSL color Cylindrical-coordinate representation of color #3BC1BC: hue angle of 177.76º 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 #3BC1BC is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 188 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.24 |
| HSL | 177.76º | 0.53% | 0.49% | - |
| HSV(B) | 177.76º | 0.69% | 0.76% | - |
| XYZ | 29.95 | 42.7 | 54.24 | - |
| YUV | 152.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 188 | 0.69 | 0 | 0.03 | 0.24 | 177.76 | 0.53 | 0.49 |
| Hex | 3B | C1 | BC | 45 | 0 | 3 | 18 | B2 | 35 | 31 |
| Octal | 73 | 301 | 274 | 105 | 0 | 3 | 30 | 262 | 65 | 61 |
| Binary | 111011 | 11000001 | 10111100 | 1000101 | 0 | 11 | 11000 | 10110010 | 110101 | 110001 |
Color Harmonies of #3BC1BC
Complementary color
Monochromatic Colors of #3BC1BC
Black with #3BC1BC
Text Example
Text Example
White with #3BC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1BC; }
p { color: rgb(59,193,188); }
H1.HeaderClassName
{
color: #3BC1BC;
}
.AnyTagClassName
{
color: #3BC1BC;
}
</style>
background-color css
<style>
a { background-color: #3BC1BC; }
a { background-color: rgb(59,193,188); }
div.DivClassName
{
background-color: #3BC1BC;
}
.BgClassName
{
background-color: #3BC1BC;
}
</style>
border-color css
<style>
span { border-color: #3BC1BC; }
span { border-color: rgb(59,193,188); }
td.TdClassName
{
border-color: #3BC1BC;
}
.TagClassName
{
border-color: #3BC1BC;
}
</style>