Shades of Medium Turquoise #3BC1CB
Tints of Medium Turquoise #3BC1CB
RGB
CMYK
RGB Variations
Color information
#3BC1CB (or 0x3BC1CB) is known color: Medium Turquoise. HEX triplet: 3B, C1 and CB. RGB value is (59,193,203). Sum of RGB (Red+Green+Blue) = 59+193+203=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1CB is #C43E34. Grayscale: #999999. Windows color (decimal): -12860981 or 13353275. OLE color: 13353275.
HSL color Cylindrical-coordinate representation of color #3BC1CB: hue angle of 184.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC1CB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 193 | 203 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.20 |
| HSL | 184.17º | 0.58% | 0.51% | - |
| HSV(B) | 184.17º | 0.71% | 0.8% | - |
| XYZ | 31.65 | 43.38 | 63.21 | - |
| YUV | 154.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 203 | 0.71 | 0.05 | 0 | 0.20 | 184.17 | 0.58 | 0.51 |
| Hex | 3B | C1 | CB | 47 | 5 | 0 | 14 | B8 | 3A | 33 |
| Octal | 73 | 301 | 313 | 107 | 5 | 0 | 24 | 270 | 72 | 63 |
| Binary | 111011 | 11000001 | 11001011 | 1000111 | 101 | 0 | 10100 | 10111000 | 111010 | 110011 |
Color Harmonies of #3BC1CB
Complementary color
Monochromatic Colors of #3BC1CB
Black with #3BC1CB
Text Example
Text Example
White with #3BC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1CB; }
p { color: rgb(59,193,203); }
H1.HeaderClassName
{
color: #3BC1CB;
}
.AnyTagClassName
{
color: #3BC1CB;
}
</style>
background-color css
<style>
a { background-color: #3BC1CB; }
a { background-color: rgb(59,193,203); }
div.DivClassName
{
background-color: #3BC1CB;
}
.BgClassName
{
background-color: #3BC1CB;
}
</style>
border-color css
<style>
span { border-color: #3BC1CB; }
span { border-color: rgb(59,193,203); }
td.TdClassName
{
border-color: #3BC1CB;
}
.TagClassName
{
border-color: #3BC1CB;
}
</style>