Shades of Turquoise #32D4BF
Tints of Turquoise #32D4BF
RGB
CMYK
RGB Variations
Color information
#32D4BF (or 0x32D4BF) is known color: Turquoise. HEX triplet: 32, D4 and BF. RGB value is (50,212,191). Sum of RGB (Red+Green+Blue) = 50+212+191=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #32D4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4BF is #CD2B40. Grayscale: #A1A1A1. Windows color (decimal): -13445953 or 12571698. OLE color: 12571698.
HSL color Cylindrical-coordinate representation of color #32D4BF: hue angle of 172.22º 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 #32D4BF is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 191 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.17 |
| HSL | 172.22º | 0.65% | 0.51% | - |
| HSV(B) | 172.22º | 0.76% | 0.83% | - |
| XYZ | 34.26 | 51.53 | 57.43 | - |
| YUV | 161.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 191 | 0.76 | 0 | 0.10 | 0.17 | 172.22 | 0.65 | 0.51 |
| Hex | 32 | D4 | BF | 4C | 0 | A | 11 | AC | 41 | 33 |
| Octal | 62 | 324 | 277 | 114 | 0 | 12 | 21 | 254 | 101 | 63 |
| Binary | 110010 | 11010100 | 10111111 | 1001100 | 0 | 1010 | 10001 | 10101100 | 1000001 | 110011 |
Color Harmonies of #32D4BF
Complementary color
Monochromatic Colors of #32D4BF
Black with #32D4BF
Text Example
Text Example
White with #32D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4BF; }
p { color: rgb(50,212,191); }
H1.HeaderClassName
{
color: #32D4BF;
}
.AnyTagClassName
{
color: #32D4BF;
}
</style>
background-color css
<style>
a { background-color: #32D4BF; }
a { background-color: rgb(50,212,191); }
div.DivClassName
{
background-color: #32D4BF;
}
.BgClassName
{
background-color: #32D4BF;
}
</style>
border-color css
<style>
span { border-color: #32D4BF; }
span { border-color: rgb(50,212,191); }
td.TdClassName
{
border-color: #32D4BF;
}
.TagClassName
{
border-color: #32D4BF;
}
</style>