Shades of Medium Turquoise #3BBDBD
Tints of Medium Turquoise #3BBDBD
RGB
CMYK
RGB Variations
Color information
#3BBDBD (or 0x3BBDBD) is known color: Medium Turquoise. HEX triplet: 3B, BD and BD. RGB value is (59,189,189). Sum of RGB (Red+Green+Blue) = 59+189+189=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #3BBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDBD is #C44242. Grayscale: #959595. Windows color (decimal): -12862019 or 12434747. OLE color: 12434747.
HSL color Cylindrical-coordinate representation of color #3BBDBD: hue angle of 180º 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 #3BBDBD is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 189 | - |
| CMYK | 0.69 | 0 | 0 | 0.26 |
| HSL | 180º | 0.52% | 0.49% | - |
| HSV(B) | 180º | 0.69% | 0.74% | - |
| XYZ | 29.19 | 41 | 54.52 | - |
| YUV | 150.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 189 | 0.69 | 0 | 0 | 0.26 | 180 | 0.52 | 0.49 |
| Hex | 3B | BD | BD | 45 | 0 | 0 | 1A | B4 | 34 | 31 |
| Octal | 73 | 275 | 275 | 105 | 0 | 0 | 32 | 264 | 64 | 61 |
| Binary | 111011 | 10111101 | 10111101 | 1000101 | 0 | 0 | 11010 | 10110100 | 110100 | 110001 |
Color Harmonies of #3BBDBD
Complementary color
Monochromatic Colors of #3BBDBD
Black with #3BBDBD
Text Example
Text Example
White with #3BBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDBD; }
p { color: rgb(59,189,189); }
H1.HeaderClassName
{
color: #3BBDBD;
}
.AnyTagClassName
{
color: #3BBDBD;
}
</style>
background-color css
<style>
a { background-color: #3BBDBD; }
a { background-color: rgb(59,189,189); }
div.DivClassName
{
background-color: #3BBDBD;
}
.BgClassName
{
background-color: #3BBDBD;
}
</style>
border-color css
<style>
span { border-color: #3BBDBD; }
span { border-color: rgb(59,189,189); }
td.TdClassName
{
border-color: #3BBDBD;
}
.TagClassName
{
border-color: #3BBDBD;
}
</style>