Shades of Turquoise #32D6DC
Tints of Turquoise #32D6DC
RGB
CMYK
RGB Variations
Color information
#32D6DC (or 0x32D6DC) is known color: Turquoise. HEX triplet: 32, D6 and DC. RGB value is (50,214,220). Sum of RGB (Red+Green+Blue) = 50+214+220=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #32D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6DC is #CD2923. Grayscale: #A5A5A5. Windows color (decimal): -13445412 or 14472754. OLE color: 14472754.
HSL color Cylindrical-coordinate representation of color #32D6DC: hue angle of 182.12º 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 #32D6DC is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 214 | 220 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.14 |
| HSL | 182.12º | 0.71% | 0.53% | - |
| HSV(B) | 182.12º | 0.77% | 0.86% | - |
| XYZ | 38.28 | 53.94 | 76.1 | - |
| YUV | 165.65 | 158.67 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 220 | 0.77 | 0.03 | 0 | 0.14 | 182.12 | 0.71 | 0.53 |
| Hex | 32 | D6 | DC | 4D | 3 | 0 | E | B6 | 47 | 35 |
| Octal | 62 | 326 | 334 | 115 | 3 | 0 | 16 | 266 | 107 | 65 |
| Binary | 110010 | 11010110 | 11011100 | 1001101 | 11 | 0 | 1110 | 10110110 | 1000111 | 110101 |
Color Harmonies of #32D6DC
Complementary color
Monochromatic Colors of #32D6DC
Black with #32D6DC
Text Example
Text Example
White with #32D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6DC; }
p { color: rgb(50,214,220); }
H1.HeaderClassName
{
color: #32D6DC;
}
.AnyTagClassName
{
color: #32D6DC;
}
</style>
background-color css
<style>
a { background-color: #32D6DC; }
a { background-color: rgb(50,214,220); }
div.DivClassName
{
background-color: #32D6DC;
}
.BgClassName
{
background-color: #32D6DC;
}
</style>
border-color css
<style>
span { border-color: #32D6DC; }
span { border-color: rgb(50,214,220); }
td.TdClassName
{
border-color: #32D6DC;
}
.TagClassName
{
border-color: #32D6DC;
}
</style>