Shades of Turquoise #32D1CD
Tints of Turquoise #32D1CD
RGB
CMYK
RGB Variations
Color information
#32D1CD (or 0x32D1CD) is known color: Turquoise. HEX triplet: 32, D1 and CD. RGB value is (50,209,205). Sum of RGB (Red+Green+Blue) = 50+209+205=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #32D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1CD is #CD2E32. Grayscale: #A0A0A0. Windows color (decimal): -13446707 or 13488434. OLE color: 13488434.
HSL color Cylindrical-coordinate representation of color #32D1CD: hue angle of 178.49º 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 #32D1CD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 205 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.18 |
| HSL | 178.49º | 0.63% | 0.51% | - |
| HSV(B) | 178.49º | 0.76% | 0.82% | - |
| XYZ | 35.14 | 50.69 | 65.69 | - |
| YUV | 161 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 205 | 0.76 | 0 | 0.02 | 0.18 | 178.49 | 0.63 | 0.51 |
| Hex | 32 | D1 | CD | 4C | 0 | 2 | 12 | B2 | 3F | 33 |
| Octal | 62 | 321 | 315 | 114 | 0 | 2 | 22 | 262 | 77 | 63 |
| Binary | 110010 | 11010001 | 11001101 | 1001100 | 0 | 10 | 10010 | 10110010 | 111111 | 110011 |
Color Harmonies of #32D1CD
Complementary color
Monochromatic Colors of #32D1CD
Black with #32D1CD
Text Example
Text Example
White with #32D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D1CD; }
p { color: rgb(50,209,205); }
H1.HeaderClassName
{
color: #32D1CD;
}
.AnyTagClassName
{
color: #32D1CD;
}
</style>
background-color css
<style>
a { background-color: #32D1CD; }
a { background-color: rgb(50,209,205); }
div.DivClassName
{
background-color: #32D1CD;
}
.BgClassName
{
background-color: #32D1CD;
}
</style>
border-color css
<style>
span { border-color: #32D1CD; }
span { border-color: rgb(50,209,205); }
td.TdClassName
{
border-color: #32D1CD;
}
.TagClassName
{
border-color: #32D1CD;
}
</style>