Shades of Medium Turquoise #3BCDBC
Tints of Medium Turquoise #3BCDBC
RGB
CMYK
RGB Variations
Color information
#3BCDBC (or 0x3BCDBC) is known color: Medium Turquoise. HEX triplet: 3B, CD and BC. RGB value is (59,205,188). Sum of RGB (Red+Green+Blue) = 59+205+188=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDBC is #C43243. Grayscale: #9F9F9F. Windows color (decimal): -12857924 or 12373307. OLE color: 12373307.
HSL color Cylindrical-coordinate representation of color #3BCDBC: hue angle of 173.01º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCDBC is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 188 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.20 |
| HSL | 173.01º | 0.59% | 0.52% | - |
| HSV(B) | 173.01º | 0.71% | 0.8% | - |
| XYZ | 32.71 | 48.22 | 55.16 | - |
| YUV | 159.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 188 | 0.71 | 0 | 0.08 | 0.20 | 173.01 | 0.59 | 0.52 |
| Hex | 3B | CD | BC | 47 | 0 | 8 | 14 | AD | 3B | 34 |
| Octal | 73 | 315 | 274 | 107 | 0 | 10 | 24 | 255 | 73 | 64 |
| Binary | 111011 | 11001101 | 10111100 | 1000111 | 0 | 1000 | 10100 | 10101101 | 111011 | 110100 |
Color Harmonies of #3BCDBC
Complementary color
Monochromatic Colors of #3BCDBC
Black with #3BCDBC
Text Example
Text Example
White with #3BCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDBC; }
p { color: rgb(59,205,188); }
H1.HeaderClassName
{
color: #3BCDBC;
}
.AnyTagClassName
{
color: #3BCDBC;
}
</style>
background-color css
<style>
a { background-color: #3BCDBC; }
a { background-color: rgb(59,205,188); }
div.DivClassName
{
background-color: #3BCDBC;
}
.BgClassName
{
background-color: #3BCDBC;
}
</style>
border-color css
<style>
span { border-color: #3BCDBC; }
span { border-color: rgb(59,205,188); }
td.TdClassName
{
border-color: #3BCDBC;
}
.TagClassName
{
border-color: #3BCDBC;
}
</style>