Shades of Medium Turquoise #3BBDBC
Tints of Medium Turquoise #3BBDBC
RGB
CMYK
RGB Variations
Color information
#3BBDBC (or 0x3BBDBC) is known color: Medium Turquoise. HEX triplet: 3B, BD and BC. RGB value is (59,189,188). Sum of RGB (Red+Green+Blue) = 59+189+188=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDBC is #C44243. Grayscale: #959595. Windows color (decimal): -12862020 or 12369211. OLE color: 12369211.
HSL color Cylindrical-coordinate representation of color #3BBDBC: hue angle of 179.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBDBC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 188 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.26 |
| HSL | 179.54º | 0.52% | 0.49% | - |
| HSV(B) | 179.54º | 0.69% | 0.74% | - |
| XYZ | 29.08 | 40.96 | 53.95 | - |
| YUV | 150.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 188 | 0.69 | 0 | 0.01 | 0.26 | 179.54 | 0.52 | 0.49 |
| Hex | 3B | BD | BC | 45 | 0 | 1 | 1A | B4 | 34 | 31 |
| Octal | 73 | 275 | 274 | 105 | 0 | 1 | 32 | 264 | 64 | 61 |
| Binary | 111011 | 10111101 | 10111100 | 1000101 | 0 | 1 | 11010 | 10110100 | 110100 | 110001 |
Color Harmonies of #3BBDBC
Complementary color
Monochromatic Colors of #3BBDBC
Black with #3BBDBC
Text Example
Text Example
White with #3BBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDBC; }
p { color: rgb(59,189,188); }
H1.HeaderClassName
{
color: #3BBDBC;
}
.AnyTagClassName
{
color: #3BBDBC;
}
</style>
background-color css
<style>
a { background-color: #3BBDBC; }
a { background-color: rgb(59,189,188); }
div.DivClassName
{
background-color: #3BBDBC;
}
.BgClassName
{
background-color: #3BBDBC;
}
</style>
border-color css
<style>
span { border-color: #3BBDBC; }
span { border-color: rgb(59,189,188); }
td.TdClassName
{
border-color: #3BBDBC;
}
.TagClassName
{
border-color: #3BBDBC;
}
</style>