Shades of Turquoise #32D3B9
Tints of Turquoise #32D3B9
RGB
CMYK
RGB Variations
Color information
#32D3B9 (or 0x32D3B9) is known color: Turquoise. HEX triplet: 32, D3 and B9. RGB value is (50,211,185). Sum of RGB (Red+Green+Blue) = 50+211+185=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #32D3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D3B9 is #CD2C46. Grayscale: #9F9F9F. Windows color (decimal): -13446215 or 12178226. OLE color: 12178226.
HSL color Cylindrical-coordinate representation of color #32D3B9: hue angle of 170.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D3B9 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 185 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.17 |
| HSL | 170.31º | 0.65% | 0.51% | - |
| HSV(B) | 170.31º | 0.76% | 0.83% | - |
| XYZ | 33.37 | 50.77 | 53.94 | - |
| YUV | 159.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 185 | 0.76 | 0 | 0.12 | 0.17 | 170.31 | 0.65 | 0.51 |
| Hex | 32 | D3 | B9 | 4C | 0 | C | 11 | AA | 41 | 33 |
| Octal | 62 | 323 | 271 | 114 | 0 | 14 | 21 | 252 | 101 | 63 |
| Binary | 110010 | 11010011 | 10111001 | 1001100 | 0 | 1100 | 10001 | 10101010 | 1000001 | 110011 |
Color Harmonies of #32D3B9
Complementary color
Monochromatic Colors of #32D3B9
Black with #32D3B9
Text Example
Text Example
White with #32D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D3B9; }
p { color: rgb(50,211,185); }
H1.HeaderClassName
{
color: #32D3B9;
}
.AnyTagClassName
{
color: #32D3B9;
}
</style>
background-color css
<style>
a { background-color: #32D3B9; }
a { background-color: rgb(50,211,185); }
div.DivClassName
{
background-color: #32D3B9;
}
.BgClassName
{
background-color: #32D3B9;
}
</style>
border-color css
<style>
span { border-color: #32D3B9; }
span { border-color: rgb(50,211,185); }
td.TdClassName
{
border-color: #32D3B9;
}
.TagClassName
{
border-color: #32D3B9;
}
</style>