Shades of Medium Turquoise #3BCABB
Tints of Medium Turquoise #3BCABB
RGB
CMYK
RGB Variations
Color information
#3BCABB (or 0x3BCABB) is known color: Medium Turquoise. HEX triplet: 3B, CA and BB. RGB value is (59,202,187). Sum of RGB (Red+Green+Blue) = 59+202+187=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCABB is #C43544. Grayscale: #9D9D9D. Windows color (decimal): -12858693 or 12307003. OLE color: 12307003.
HSL color Cylindrical-coordinate representation of color #3BCABB: hue angle of 173.71º 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 #3BCABB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 187 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.21 |
| HSL | 173.71º | 0.57% | 0.51% | - |
| HSV(B) | 173.71º | 0.71% | 0.79% | - |
| XYZ | 31.89 | 46.76 | 54.36 | - |
| YUV | 157.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 187 | 0.71 | 0 | 0.07 | 0.21 | 173.71 | 0.57 | 0.51 |
| Hex | 3B | CA | BB | 47 | 0 | 7 | 15 | AE | 39 | 33 |
| Octal | 73 | 312 | 273 | 107 | 0 | 7 | 25 | 256 | 71 | 63 |
| Binary | 111011 | 11001010 | 10111011 | 1000111 | 0 | 111 | 10101 | 10101110 | 111001 | 110011 |
Color Harmonies of #3BCABB
Complementary color
Monochromatic Colors of #3BCABB
Black with #3BCABB
Text Example
Text Example
White with #3BCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCABB; }
p { color: rgb(59,202,187); }
H1.HeaderClassName
{
color: #3BCABB;
}
.AnyTagClassName
{
color: #3BCABB;
}
</style>
background-color css
<style>
a { background-color: #3BCABB; }
a { background-color: rgb(59,202,187); }
div.DivClassName
{
background-color: #3BCABB;
}
.BgClassName
{
background-color: #3BCABB;
}
</style>
border-color css
<style>
span { border-color: #3BCABB; }
span { border-color: rgb(59,202,187); }
td.TdClassName
{
border-color: #3BCABB;
}
.TagClassName
{
border-color: #3BCABB;
}
</style>