Shades of Turquoise #32D4DC
Tints of Turquoise #32D4DC
RGB
CMYK
RGB Variations
Color information
#32D4DC (or 0x32D4DC) is known color: Turquoise. HEX triplet: 32, D4 and DC. RGB value is (50,212,220). Sum of RGB (Red+Green+Blue) = 50+212+220=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #32D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D4DC is #CD2B23. Grayscale: #A4A4A4. Windows color (decimal): -13445924 or 14472242. OLE color: 14472242.
HSL color Cylindrical-coordinate representation of color #32D4DC: hue angle of 182.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D4DC is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 212 | 220 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.14 |
| HSL | 182.82º | 0.71% | 0.53% | - |
| HSV(B) | 182.82º | 0.77% | 0.86% | - |
| XYZ | 37.78 | 52.93 | 75.94 | - |
| YUV | 164.47 | 159.33 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 220 | 0.77 | 0.04 | 0 | 0.14 | 182.82 | 0.71 | 0.53 |
| Hex | 32 | D4 | DC | 4D | 4 | 0 | E | B7 | 47 | 35 |
| Octal | 62 | 324 | 334 | 115 | 4 | 0 | 16 | 267 | 107 | 65 |
| Binary | 110010 | 11010100 | 11011100 | 1001101 | 100 | 0 | 1110 | 10110111 | 1000111 | 110101 |
Color Harmonies of #32D4DC
Complementary color
Monochromatic Colors of #32D4DC
Black with #32D4DC
Text Example
Text Example
White with #32D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D4DC; }
p { color: rgb(50,212,220); }
H1.HeaderClassName
{
color: #32D4DC;
}
.AnyTagClassName
{
color: #32D4DC;
}
</style>
background-color css
<style>
a { background-color: #32D4DC; }
a { background-color: rgb(50,212,220); }
div.DivClassName
{
background-color: #32D4DC;
}
.BgClassName
{
background-color: #32D4DC;
}
</style>
border-color css
<style>
span { border-color: #32D4DC; }
span { border-color: rgb(50,212,220); }
td.TdClassName
{
border-color: #32D4DC;
}
.TagClassName
{
border-color: #32D4DC;
}
</style>