Shades of Medium Turquoise #3BC0B5
Tints of Medium Turquoise #3BC0B5
RGB
CMYK
RGB Variations
Color information
#3BC0B5 (or 0x3BC0B5) is known color: Medium Turquoise. HEX triplet: 3B, C0 and B5. RGB value is (59,192,181). Sum of RGB (Red+Green+Blue) = 59+192+181=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0B5 is #C43F4A. Grayscale: #969696. Windows color (decimal): -12861259 or 11911227. OLE color: 11911227.
HSL color Cylindrical-coordinate representation of color #3BC0B5: hue angle of 175.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC0B5 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 181 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.25 |
| HSL | 175.04º | 0.53% | 0.49% | - |
| HSV(B) | 175.04º | 0.69% | 0.75% | - |
| XYZ | 28.99 | 41.97 | 50.29 | - |
| YUV | 150.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 181 | 0.69 | 0 | 0.06 | 0.25 | 175.04 | 0.53 | 0.49 |
| Hex | 3B | C0 | B5 | 45 | 0 | 6 | 19 | AF | 35 | 31 |
| Octal | 73 | 300 | 265 | 105 | 0 | 6 | 31 | 257 | 65 | 61 |
| Binary | 111011 | 11000000 | 10110101 | 1000101 | 0 | 110 | 11001 | 10101111 | 110101 | 110001 |
Color Harmonies of #3BC0B5
Complementary color
Monochromatic Colors of #3BC0B5
Black with #3BC0B5
Text Example
Text Example
White with #3BC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC0B5; }
p { color: rgb(59,192,181); }
H1.HeaderClassName
{
color: #3BC0B5;
}
.AnyTagClassName
{
color: #3BC0B5;
}
</style>
background-color css
<style>
a { background-color: #3BC0B5; }
a { background-color: rgb(59,192,181); }
div.DivClassName
{
background-color: #3BC0B5;
}
.BgClassName
{
background-color: #3BC0B5;
}
</style>
border-color css
<style>
span { border-color: #3BC0B5; }
span { border-color: rgb(59,192,181); }
td.TdClassName
{
border-color: #3BC0B5;
}
.TagClassName
{
border-color: #3BC0B5;
}
</style>