Shades of Turquoise #32D2BC
Tints of Turquoise #32D2BC
RGB
CMYK
RGB Variations
Color information
#32D2BC (or 0x32D2BC) is known color: Turquoise. HEX triplet: 32, D2 and BC. RGB value is (50,210,188). Sum of RGB (Red+Green+Blue) = 50+210+188=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #32D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D2BC is #CD2D43. Grayscale: #9F9F9F. Windows color (decimal): -13446468 or 12374578. OLE color: 12374578.
HSL color Cylindrical-coordinate representation of color #32D2BC: hue angle of 171.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D2BC is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 188 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.18 |
| HSL | 171.75º | 0.64% | 0.51% | - |
| HSV(B) | 171.75º | 0.76% | 0.82% | - |
| XYZ | 33.44 | 50.4 | 55.54 | - |
| YUV | 159.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 188 | 0.76 | 0 | 0.10 | 0.18 | 171.75 | 0.64 | 0.51 |
| Hex | 32 | D2 | BC | 4C | 0 | A | 12 | AC | 40 | 33 |
| Octal | 62 | 322 | 274 | 114 | 0 | 12 | 22 | 254 | 100 | 63 |
| Binary | 110010 | 11010010 | 10111100 | 1001100 | 0 | 1010 | 10010 | 10101100 | 1000000 | 110011 |
Color Harmonies of #32D2BC
Complementary color
Monochromatic Colors of #32D2BC
Black with #32D2BC
Text Example
Text Example
White with #32D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2BC; }
p { color: rgb(50,210,188); }
H1.HeaderClassName
{
color: #32D2BC;
}
.AnyTagClassName
{
color: #32D2BC;
}
</style>
background-color css
<style>
a { background-color: #32D2BC; }
a { background-color: rgb(50,210,188); }
div.DivClassName
{
background-color: #32D2BC;
}
.BgClassName
{
background-color: #32D2BC;
}
</style>
border-color css
<style>
span { border-color: #32D2BC; }
span { border-color: rgb(50,210,188); }
td.TdClassName
{
border-color: #32D2BC;
}
.TagClassName
{
border-color: #32D2BC;
}
</style>