Shades of Medium Turquoise #3BC8B5
Tints of Medium Turquoise #3BC8B5
RGB
CMYK
RGB Variations
Color information
#3BC8B5 (or 0x3BC8B5) is known color: Medium Turquoise. HEX triplet: 3B, C8 and B5. RGB value is (59,200,181). Sum of RGB (Red+Green+Blue) = 59+200+181=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8B5 is #C4374A. Grayscale: #9B9B9B. Windows color (decimal): -12859211 or 11913275. OLE color: 11913275.
HSL color Cylindrical-coordinate representation of color #3BC8B5: hue angle of 171.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC8B5 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 181 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.22 |
| HSL | 171.91º | 0.56% | 0.51% | - |
| HSV(B) | 171.91º | 0.71% | 0.78% | - |
| XYZ | 30.8 | 45.57 | 50.89 | - |
| YUV | 155.68 | 142.29 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 181 | 0.70 | 0 | 0.09 | 0.22 | 171.91 | 0.56 | 0.51 |
| Hex | 3B | C8 | B5 | 46 | 0 | 9 | 16 | AC | 38 | 33 |
| Octal | 73 | 310 | 265 | 106 | 0 | 11 | 26 | 254 | 70 | 63 |
| Binary | 111011 | 11001000 | 10110101 | 1000110 | 0 | 1001 | 10110 | 10101100 | 111000 | 110011 |
Color Harmonies of #3BC8B5
Complementary color
Monochromatic Colors of #3BC8B5
Black with #3BC8B5
Text Example
Text Example
White with #3BC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC8B5; }
p { color: rgb(59,200,181); }
H1.HeaderClassName
{
color: #3BC8B5;
}
.AnyTagClassName
{
color: #3BC8B5;
}
</style>
background-color css
<style>
a { background-color: #3BC8B5; }
a { background-color: rgb(59,200,181); }
div.DivClassName
{
background-color: #3BC8B5;
}
.BgClassName
{
background-color: #3BC8B5;
}
</style>
border-color css
<style>
span { border-color: #3BC8B5; }
span { border-color: rgb(59,200,181); }
td.TdClassName
{
border-color: #3BC8B5;
}
.TagClassName
{
border-color: #3BC8B5;
}
</style>