Shades of Turquoise #32DCB6
Tints of Turquoise #32DCB6
RGB
CMYK
RGB Variations
Color information
#32DCB6 (or 0x32DCB6) is known color: Turquoise. HEX triplet: 32, DC and B6. RGB value is (50,220,182). Sum of RGB (Red+Green+Blue) = 50+220+182=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCB6 is #CD2349. Grayscale: #A4A4A4. Windows color (decimal): -13443914 or 11983922. OLE color: 11983922.
HSL color Cylindrical-coordinate representation of color #32DCB6: hue angle of 166.59º 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 #32DCB6 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 182 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.14 |
| HSL | 166.59º | 0.71% | 0.53% | - |
| HSV(B) | 166.59º | 0.77% | 0.86% | - |
| XYZ | 35.35 | 55.24 | 53.06 | - |
| YUV | 164.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 182 | 0.77 | 0 | 0.17 | 0.14 | 166.59 | 0.71 | 0.53 |
| Hex | 32 | DC | B6 | 4D | 0 | 11 | E | A7 | 47 | 35 |
| Octal | 62 | 334 | 266 | 115 | 0 | 21 | 16 | 247 | 107 | 65 |
| Binary | 110010 | 11011100 | 10110110 | 1001101 | 0 | 10001 | 1110 | 10100111 | 1000111 | 110101 |
Color Harmonies of #32DCB6
Complementary color
Monochromatic Colors of #32DCB6
Black with #32DCB6
Text Example
Text Example
White with #32DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCB6; }
p { color: rgb(50,220,182); }
H1.HeaderClassName
{
color: #32DCB6;
}
.AnyTagClassName
{
color: #32DCB6;
}
</style>
background-color css
<style>
a { background-color: #32DCB6; }
a { background-color: rgb(50,220,182); }
div.DivClassName
{
background-color: #32DCB6;
}
.BgClassName
{
background-color: #32DCB6;
}
</style>
border-color css
<style>
span { border-color: #32DCB6; }
span { border-color: rgb(50,220,182); }
td.TdClassName
{
border-color: #32DCB6;
}
.TagClassName
{
border-color: #32DCB6;
}
</style>