Shades of Turquoise #32D2CD
Tints of Turquoise #32D2CD
RGB
CMYK
RGB Variations
Color information
#32D2CD (or 0x32D2CD) is known color: Turquoise. HEX triplet: 32, D2 and CD. RGB value is (50,210,205). Sum of RGB (Red+Green+Blue) = 50+210+205=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #32D2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D2CD is #CD2D32. Grayscale: #A1A1A1. Windows color (decimal): -13446451 or 13488690. OLE color: 13488690.
HSL color Cylindrical-coordinate representation of color #32D2CD: hue angle of 178.12º 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 #32D2CD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 205 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.18 |
| HSL | 178.13º | 0.64% | 0.51% | - |
| HSV(B) | 178.13º | 0.76% | 0.82% | - |
| XYZ | 35.38 | 51.18 | 65.77 | - |
| YUV | 161.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 205 | 0.76 | 0 | 0.02 | 0.18 | 178.13 | 0.64 | 0.51 |
| Hex | 32 | D2 | CD | 4C | 0 | 2 | 12 | B2 | 40 | 33 |
| Octal | 62 | 322 | 315 | 114 | 0 | 2 | 22 | 262 | 100 | 63 |
| Binary | 110010 | 11010010 | 11001101 | 1001100 | 0 | 10 | 10010 | 10110010 | 1000000 | 110011 |
Color Harmonies of #32D2CD
Complementary color
Monochromatic Colors of #32D2CD
Black with #32D2CD
Text Example
Text Example
White with #32D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2CD; }
p { color: rgb(50,210,205); }
H1.HeaderClassName
{
color: #32D2CD;
}
.AnyTagClassName
{
color: #32D2CD;
}
</style>
background-color css
<style>
a { background-color: #32D2CD; }
a { background-color: rgb(50,210,205); }
div.DivClassName
{
background-color: #32D2CD;
}
.BgClassName
{
background-color: #32D2CD;
}
</style>
border-color css
<style>
span { border-color: #32D2CD; }
span { border-color: rgb(50,210,205); }
td.TdClassName
{
border-color: #32D2CD;
}
.TagClassName
{
border-color: #32D2CD;
}
</style>