Shades of Medium Turquoise #3BCBBB
Tints of Medium Turquoise #3BCBBB
RGB
CMYK
RGB Variations
Color information
#3BCBBB (or 0x3BCBBB) is known color: Medium Turquoise. HEX triplet: 3B, CB and BB. RGB value is (59,203,187). Sum of RGB (Red+Green+Blue) = 59+203+187=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBBB is #C43444. Grayscale: #9E9E9E. Windows color (decimal): -12858437 or 12307259. OLE color: 12307259.
HSL color Cylindrical-coordinate representation of color #3BCBBB: hue angle of 173.33º 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 #3BCBBB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 187 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.20 |
| HSL | 173.33º | 0.58% | 0.51% | - |
| HSV(B) | 173.33º | 0.71% | 0.8% | - |
| XYZ | 32.13 | 47.23 | 54.44 | - |
| YUV | 158.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 187 | 0.71 | 0 | 0.08 | 0.20 | 173.33 | 0.58 | 0.51 |
| Hex | 3B | CB | BB | 47 | 0 | 8 | 14 | AD | 3A | 33 |
| Octal | 73 | 313 | 273 | 107 | 0 | 10 | 24 | 255 | 72 | 63 |
| Binary | 111011 | 11001011 | 10111011 | 1000111 | 0 | 1000 | 10100 | 10101101 | 111010 | 110011 |
Color Harmonies of #3BCBBB
Complementary color
Monochromatic Colors of #3BCBBB
Black with #3BCBBB
Text Example
Text Example
White with #3BCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBBB; }
p { color: rgb(59,203,187); }
H1.HeaderClassName
{
color: #3BCBBB;
}
.AnyTagClassName
{
color: #3BCBBB;
}
</style>
background-color css
<style>
a { background-color: #3BCBBB; }
a { background-color: rgb(59,203,187); }
div.DivClassName
{
background-color: #3BCBBB;
}
.BgClassName
{
background-color: #3BCBBB;
}
</style>
border-color css
<style>
span { border-color: #3BCBBB; }
span { border-color: rgb(59,203,187); }
td.TdClassName
{
border-color: #3BCBBB;
}
.TagClassName
{
border-color: #3BCBBB;
}
</style>