Shades of Turquoise #32D4D7
Tints of Turquoise #32D4D7
RGB
CMYK
RGB Variations
Color information
#32D4D7 (or 0x32D4D7) is known color: Turquoise. HEX triplet: 32, D4 and D7. RGB value is (50,212,215). Sum of RGB (Red+Green+Blue) = 50+212+215=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #32D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4D7 is #CD2B28. Grayscale: #A3A3A3. Windows color (decimal): -13445929 or 14144562. OLE color: 14144562.
HSL color Cylindrical-coordinate representation of color #32D4D7: hue angle of 181.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D4D7 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 212 | 215 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.16 |
| HSL | 181.09º | 0.67% | 0.52% | - |
| HSV(B) | 181.09º | 0.77% | 0.84% | - |
| XYZ | 37.12 | 52.67 | 72.5 | - |
| YUV | 163.9 | 156.83 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 215 | 0.77 | 0.01 | 0 | 0.16 | 181.09 | 0.67 | 0.52 |
| Hex | 32 | D4 | D7 | 4D | 1 | 0 | 10 | B5 | 43 | 34 |
| Octal | 62 | 324 | 327 | 115 | 1 | 0 | 20 | 265 | 103 | 64 |
| Binary | 110010 | 11010100 | 11010111 | 1001101 | 1 | 0 | 10000 | 10110101 | 1000011 | 110100 |
Color Harmonies of #32D4D7
Complementary color
Monochromatic Colors of #32D4D7
Black with #32D4D7
Text Example
Text Example
White with #32D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4D7; }
p { color: rgb(50,212,215); }
H1.HeaderClassName
{
color: #32D4D7;
}
.AnyTagClassName
{
color: #32D4D7;
}
</style>
background-color css
<style>
a { background-color: #32D4D7; }
a { background-color: rgb(50,212,215); }
div.DivClassName
{
background-color: #32D4D7;
}
.BgClassName
{
background-color: #32D4D7;
}
</style>
border-color css
<style>
span { border-color: #32D4D7; }
span { border-color: rgb(50,212,215); }
td.TdClassName
{
border-color: #32D4D7;
}
.TagClassName
{
border-color: #32D4D7;
}
</style>