Shades of Medium Turquoise #3BD2BD
Tints of Medium Turquoise #3BD2BD
RGB
CMYK
RGB Variations
Color information
#3BD2BD (or 0x3BD2BD) is known color: Medium Turquoise. HEX triplet: 3B, D2 and BD. RGB value is (59,210,189). Sum of RGB (Red+Green+Blue) = 59+210+189=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2BD is #C42D42. Grayscale: #A2A2A2. Windows color (decimal): -12856643 or 12440123. OLE color: 12440123.
HSL color Cylindrical-coordinate representation of color #3BD2BD: hue angle of 171.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD2BD is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 189 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.18 |
| HSL | 171.66º | 0.63% | 0.53% | - |
| HSV(B) | 171.66º | 0.72% | 0.82% | - |
| XYZ | 34.04 | 50.7 | 56.14 | - |
| YUV | 162.46 | 142.97 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 189 | 0.72 | 0 | 0.10 | 0.18 | 171.66 | 0.63 | 0.53 |
| Hex | 3B | D2 | BD | 48 | 0 | A | 12 | AC | 3F | 35 |
| Octal | 73 | 322 | 275 | 110 | 0 | 12 | 22 | 254 | 77 | 65 |
| Binary | 111011 | 11010010 | 10111101 | 1001000 | 0 | 1010 | 10010 | 10101100 | 111111 | 110101 |
Color Harmonies of #3BD2BD
Complementary color
Monochromatic Colors of #3BD2BD
Black with #3BD2BD
Text Example
Text Example
White with #3BD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD2BD; }
p { color: rgb(59,210,189); }
H1.HeaderClassName
{
color: #3BD2BD;
}
.AnyTagClassName
{
color: #3BD2BD;
}
</style>
background-color css
<style>
a { background-color: #3BD2BD; }
a { background-color: rgb(59,210,189); }
div.DivClassName
{
background-color: #3BD2BD;
}
.BgClassName
{
background-color: #3BD2BD;
}
</style>
border-color css
<style>
span { border-color: #3BD2BD; }
span { border-color: rgb(59,210,189); }
td.TdClassName
{
border-color: #3BD2BD;
}
.TagClassName
{
border-color: #3BD2BD;
}
</style>