Shades of Turquoise #32D4B9
Tints of Turquoise #32D4B9
RGB
CMYK
RGB Variations
Color information
#32D4B9 (or 0x32D4B9) is known color: Turquoise. HEX triplet: 32, D4 and B9. RGB value is (50,212,185). Sum of RGB (Red+Green+Blue) = 50+212+185=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #32D4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4B9 is #CD2B46. Grayscale: #A0A0A0. Windows color (decimal): -13445959 or 12178482. OLE color: 12178482.
HSL color Cylindrical-coordinate representation of color #32D4B9: hue angle of 170º 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 #32D4B9 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 185 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.17 |
| HSL | 170º | 0.65% | 0.51% | - |
| HSV(B) | 170º | 0.76% | 0.83% | - |
| XYZ | 33.62 | 51.27 | 54.02 | - |
| YUV | 160.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 185 | 0.76 | 0 | 0.13 | 0.17 | 170 | 0.65 | 0.51 |
| Hex | 32 | D4 | B9 | 4C | 0 | D | 11 | AA | 41 | 33 |
| Octal | 62 | 324 | 271 | 114 | 0 | 15 | 21 | 252 | 101 | 63 |
| Binary | 110010 | 11010100 | 10111001 | 1001100 | 0 | 1101 | 10001 | 10101010 | 1000001 | 110011 |
Color Harmonies of #32D4B9
Complementary color
Monochromatic Colors of #32D4B9
Black with #32D4B9
Text Example
Text Example
White with #32D4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4B9; }
p { color: rgb(50,212,185); }
H1.HeaderClassName
{
color: #32D4B9;
}
.AnyTagClassName
{
color: #32D4B9;
}
</style>
background-color css
<style>
a { background-color: #32D4B9; }
a { background-color: rgb(50,212,185); }
div.DivClassName
{
background-color: #32D4B9;
}
.BgClassName
{
background-color: #32D4B9;
}
</style>
border-color css
<style>
span { border-color: #32D4B9; }
span { border-color: rgb(50,212,185); }
td.TdClassName
{
border-color: #32D4B9;
}
.TagClassName
{
border-color: #32D4B9;
}
</style>