Shades of Medium Turquoise #3BC2BD
Tints of Medium Turquoise #3BC2BD
RGB
CMYK
RGB Variations
Color information
#3BC2BD (or 0x3BC2BD) is known color: Medium Turquoise. HEX triplet: 3B, C2 and BD. RGB value is (59,194,189). Sum of RGB (Red+Green+Blue) = 59+194+189=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2BD is #C43D42. Grayscale: #989898. Windows color (decimal): -12860739 or 12436027. OLE color: 12436027.
HSL color Cylindrical-coordinate representation of color #3BC2BD: hue angle of 177.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC2BD is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 189 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.24 |
| HSL | 177.78º | 0.53% | 0.5% | - |
| HSV(B) | 177.78º | 0.7% | 0.76% | - |
| XYZ | 30.28 | 43.19 | 54.88 | - |
| YUV | 153.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 189 | 0.70 | 0 | 0.03 | 0.24 | 177.78 | 0.53 | 0.5 |
| Hex | 3B | C2 | BD | 46 | 0 | 3 | 18 | B2 | 35 | 32 |
| Octal | 73 | 302 | 275 | 106 | 0 | 3 | 30 | 262 | 65 | 62 |
| Binary | 111011 | 11000010 | 10111101 | 1000110 | 0 | 11 | 11000 | 10110010 | 110101 | 110010 |
Color Harmonies of #3BC2BD
Complementary color
Monochromatic Colors of #3BC2BD
Black with #3BC2BD
Text Example
Text Example
White with #3BC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2BD; }
p { color: rgb(59,194,189); }
H1.HeaderClassName
{
color: #3BC2BD;
}
.AnyTagClassName
{
color: #3BC2BD;
}
</style>
background-color css
<style>
a { background-color: #3BC2BD; }
a { background-color: rgb(59,194,189); }
div.DivClassName
{
background-color: #3BC2BD;
}
.BgClassName
{
background-color: #3BC2BD;
}
</style>
border-color css
<style>
span { border-color: #3BC2BD; }
span { border-color: rgb(59,194,189); }
td.TdClassName
{
border-color: #3BC2BD;
}
.TagClassName
{
border-color: #3BC2BD;
}
</style>