Shades of Turquoise #32D2DC
Tints of Turquoise #32D2DC
RGB
CMYK
RGB Variations
Color information
#32D2DC (or 0x32D2DC) is known color: Turquoise. HEX triplet: 32, D2 and DC. RGB value is (50,210,220). Sum of RGB (Red+Green+Blue) = 50+210+220=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #32D2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D2DC is #CD2D23. Grayscale: #A3A3A3. Windows color (decimal): -13446436 or 14471730. OLE color: 14471730.
HSL color Cylindrical-coordinate representation of color #32D2DC: hue angle of 183.53º 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 #32D2DC is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 210 | 220 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.14 |
| HSL | 183.53º | 0.71% | 0.53% | - |
| HSV(B) | 183.53º | 0.77% | 0.86% | - |
| XYZ | 37.28 | 51.94 | 75.77 | - |
| YUV | 163.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 220 | 0.77 | 0.05 | 0 | 0.14 | 183.53 | 0.71 | 0.53 |
| Hex | 32 | D2 | DC | 4D | 5 | 0 | E | B8 | 47 | 35 |
| Octal | 62 | 322 | 334 | 115 | 5 | 0 | 16 | 270 | 107 | 65 |
| Binary | 110010 | 11010010 | 11011100 | 1001101 | 101 | 0 | 1110 | 10111000 | 1000111 | 110101 |
Color Harmonies of #32D2DC
Complementary color
Monochromatic Colors of #32D2DC
Black with #32D2DC
Text Example
Text Example
White with #32D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2DC; }
p { color: rgb(50,210,220); }
H1.HeaderClassName
{
color: #32D2DC;
}
.AnyTagClassName
{
color: #32D2DC;
}
</style>
background-color css
<style>
a { background-color: #32D2DC; }
a { background-color: rgb(50,210,220); }
div.DivClassName
{
background-color: #32D2DC;
}
.BgClassName
{
background-color: #32D2DC;
}
</style>
border-color css
<style>
span { border-color: #32D2DC; }
span { border-color: rgb(50,210,220); }
td.TdClassName
{
border-color: #32D2DC;
}
.TagClassName
{
border-color: #32D2DC;
}
</style>