Shades of Medium Turquoise #3BBDBA
Tints of Medium Turquoise #3BBDBA
RGB
CMYK
RGB Variations
Color information
#3BBDBA (or 0x3BBDBA) is known color: Medium Turquoise. HEX triplet: 3B, BD and BA. RGB value is (59,189,186). Sum of RGB (Red+Green+Blue) = 59+189+186=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDBA is #C44245. Grayscale: #959595. Windows color (decimal): -12862022 or 12238139. OLE color: 12238139.
HSL color Cylindrical-coordinate representation of color #3BBDBA: hue angle of 178.62º 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 #3BBDBA is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 186 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.26 |
| HSL | 178.62º | 0.52% | 0.49% | - |
| HSV(B) | 178.62º | 0.69% | 0.74% | - |
| XYZ | 28.86 | 40.87 | 52.82 | - |
| YUV | 149.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 186 | 0.69 | 0 | 0.02 | 0.26 | 178.62 | 0.52 | 0.49 |
| Hex | 3B | BD | BA | 45 | 0 | 2 | 1A | B3 | 34 | 31 |
| Octal | 73 | 275 | 272 | 105 | 0 | 2 | 32 | 263 | 64 | 61 |
| Binary | 111011 | 10111101 | 10111010 | 1000101 | 0 | 10 | 11010 | 10110011 | 110100 | 110001 |
Color Harmonies of #3BBDBA
Complementary color
Monochromatic Colors of #3BBDBA
Black with #3BBDBA
Text Example
Text Example
White with #3BBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDBA; }
p { color: rgb(59,189,186); }
H1.HeaderClassName
{
color: #3BBDBA;
}
.AnyTagClassName
{
color: #3BBDBA;
}
</style>
background-color css
<style>
a { background-color: #3BBDBA; }
a { background-color: rgb(59,189,186); }
div.DivClassName
{
background-color: #3BBDBA;
}
.BgClassName
{
background-color: #3BBDBA;
}
</style>
border-color css
<style>
span { border-color: #3BBDBA; }
span { border-color: rgb(59,189,186); }
td.TdClassName
{
border-color: #3BBDBA;
}
.TagClassName
{
border-color: #3BBDBA;
}
</style>