Shades of Turquoise #32D4D6
Tints of Turquoise #32D4D6
RGB
CMYK
RGB Variations
Color information
#32D4D6 (or 0x32D4D6) is known color: Turquoise. HEX triplet: 32, D4 and D6. RGB value is (50,212,214). Sum of RGB (Red+Green+Blue) = 50+212+214=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #32D4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4D6 is #CD2B29. Grayscale: #A3A3A3. Windows color (decimal): -13445930 or 14079026. OLE color: 14079026.
HSL color Cylindrical-coordinate representation of color #32D4D6: hue angle of 180.73º 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 #32D4D6 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 212 | 214 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.16 |
| HSL | 180.73º | 0.67% | 0.52% | - |
| HSV(B) | 180.73º | 0.77% | 0.84% | - |
| XYZ | 37 | 52.62 | 71.83 | - |
| YUV | 163.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 214 | 0.77 | 0.01 | 0 | 0.16 | 180.73 | 0.67 | 0.52 |
| Hex | 32 | D4 | D6 | 4D | 1 | 0 | 10 | B5 | 43 | 34 |
| Octal | 62 | 324 | 326 | 115 | 1 | 0 | 20 | 265 | 103 | 64 |
| Binary | 110010 | 11010100 | 11010110 | 1001101 | 1 | 0 | 10000 | 10110101 | 1000011 | 110100 |
Color Harmonies of #32D4D6
Complementary color
Monochromatic Colors of #32D4D6
Black with #32D4D6
Text Example
Text Example
White with #32D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4D6; }
p { color: rgb(50,212,214); }
H1.HeaderClassName
{
color: #32D4D6;
}
.AnyTagClassName
{
color: #32D4D6;
}
</style>
background-color css
<style>
a { background-color: #32D4D6; }
a { background-color: rgb(50,212,214); }
div.DivClassName
{
background-color: #32D4D6;
}
.BgClassName
{
background-color: #32D4D6;
}
</style>
border-color css
<style>
span { border-color: #32D4D6; }
span { border-color: rgb(50,212,214); }
td.TdClassName
{
border-color: #32D4D6;
}
.TagClassName
{
border-color: #32D4D6;
}
</style>