Shades of Turquoise #32D1CA
Tints of Turquoise #32D1CA
RGB
CMYK
RGB Variations
Color information
#32D1CA (or 0x32D1CA) is known color: Turquoise. HEX triplet: 32, D1 and CA. RGB value is (50,209,202). Sum of RGB (Red+Green+Blue) = 50+209+202=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #32D1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1CA is #CD2E35. Grayscale: #A0A0A0. Windows color (decimal): -13446710 or 13291826. OLE color: 13291826.
HSL color Cylindrical-coordinate representation of color #32D1CA: hue angle of 177.36º degrees, saturation: 0.63, 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 #32D1CA is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 202 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.18 |
| HSL | 177.36º | 0.63% | 0.51% | - |
| HSV(B) | 177.36º | 0.76% | 0.82% | - |
| XYZ | 34.78 | 50.54 | 63.8 | - |
| YUV | 160.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 202 | 0.76 | 0 | 0.03 | 0.18 | 177.36 | 0.63 | 0.51 |
| Hex | 32 | D1 | CA | 4C | 0 | 3 | 12 | B1 | 3F | 33 |
| Octal | 62 | 321 | 312 | 114 | 0 | 3 | 22 | 261 | 77 | 63 |
| Binary | 110010 | 11010001 | 11001010 | 1001100 | 0 | 11 | 10010 | 10110001 | 111111 | 110011 |
Color Harmonies of #32D1CA
Complementary color
Monochromatic Colors of #32D1CA
Black with #32D1CA
Text Example
Text Example
White with #32D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D1CA; }
p { color: rgb(50,209,202); }
H1.HeaderClassName
{
color: #32D1CA;
}
.AnyTagClassName
{
color: #32D1CA;
}
</style>
background-color css
<style>
a { background-color: #32D1CA; }
a { background-color: rgb(50,209,202); }
div.DivClassName
{
background-color: #32D1CA;
}
.BgClassName
{
background-color: #32D1CA;
}
</style>
border-color css
<style>
span { border-color: #32D1CA; }
span { border-color: rgb(50,209,202); }
td.TdClassName
{
border-color: #32D1CA;
}
.TagClassName
{
border-color: #32D1CA;
}
</style>