Shades of Medium Turquoise #3BC9B8
Tints of Medium Turquoise #3BC9B8
RGB
CMYK
RGB Variations
Color information
#3BC9B8 (or 0x3BC9B8) is known color: Medium Turquoise. HEX triplet: 3B, C9 and B8. RGB value is (59,201,184). Sum of RGB (Red+Green+Blue) = 59+201+184=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC9B8 is #C43647. Grayscale: #9C9C9C. Windows color (decimal): -12858952 or 12110139. OLE color: 12110139.
HSL color Cylindrical-coordinate representation of color #3BC9B8: hue angle of 172.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC9B8 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 184 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.21 |
| HSL | 172.82º | 0.57% | 0.51% | - |
| HSV(B) | 172.82º | 0.71% | 0.79% | - |
| XYZ | 31.34 | 46.16 | 52.61 | - |
| YUV | 156.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 184 | 0.71 | 0 | 0.08 | 0.21 | 172.82 | 0.57 | 0.51 |
| Hex | 3B | C9 | B8 | 47 | 0 | 8 | 15 | AD | 39 | 33 |
| Octal | 73 | 311 | 270 | 107 | 0 | 10 | 25 | 255 | 71 | 63 |
| Binary | 111011 | 11001001 | 10111000 | 1000111 | 0 | 1000 | 10101 | 10101101 | 111001 | 110011 |
Color Harmonies of #3BC9B8
Complementary color
Monochromatic Colors of #3BC9B8
Black with #3BC9B8
Text Example
Text Example
White with #3BC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC9B8; }
p { color: rgb(59,201,184); }
H1.HeaderClassName
{
color: #3BC9B8;
}
.AnyTagClassName
{
color: #3BC9B8;
}
</style>
background-color css
<style>
a { background-color: #3BC9B8; }
a { background-color: rgb(59,201,184); }
div.DivClassName
{
background-color: #3BC9B8;
}
.BgClassName
{
background-color: #3BC9B8;
}
</style>
border-color css
<style>
span { border-color: #3BC9B8; }
span { border-color: rgb(59,201,184); }
td.TdClassName
{
border-color: #3BC9B8;
}
.TagClassName
{
border-color: #3BC9B8;
}
</style>