Shades of Turquoise #32DCB8
Tints of Turquoise #32DCB8
RGB
CMYK
RGB Variations
Color information
#32DCB8 (or 0x32DCB8) is known color: Turquoise. HEX triplet: 32, DC and B8. RGB value is (50,220,184). Sum of RGB (Red+Green+Blue) = 50+220+184=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCB8 is #CD2347. Grayscale: #A5A5A5. Windows color (decimal): -13443912 or 12114994. OLE color: 12114994.
HSL color Cylindrical-coordinate representation of color #32DCB8: hue angle of 167.29º 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 #32DCB8 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 184 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.14 |
| HSL | 167.29º | 0.71% | 0.53% | - |
| HSV(B) | 167.29º | 0.77% | 0.86% | - |
| XYZ | 35.56 | 55.33 | 54.15 | - |
| YUV | 165.07 | 138.68 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 184 | 0.77 | 0 | 0.16 | 0.14 | 167.29 | 0.71 | 0.53 |
| Hex | 32 | DC | B8 | 4D | 0 | 10 | E | A7 | 47 | 35 |
| Octal | 62 | 334 | 270 | 115 | 0 | 20 | 16 | 247 | 107 | 65 |
| Binary | 110010 | 11011100 | 10111000 | 1001101 | 0 | 10000 | 1110 | 10100111 | 1000111 | 110101 |
Color Harmonies of #32DCB8
Complementary color
Monochromatic Colors of #32DCB8
Black with #32DCB8
Text Example
Text Example
White with #32DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCB8; }
p { color: rgb(50,220,184); }
H1.HeaderClassName
{
color: #32DCB8;
}
.AnyTagClassName
{
color: #32DCB8;
}
</style>
background-color css
<style>
a { background-color: #32DCB8; }
a { background-color: rgb(50,220,184); }
div.DivClassName
{
background-color: #32DCB8;
}
.BgClassName
{
background-color: #32DCB8;
}
</style>
border-color css
<style>
span { border-color: #32DCB8; }
span { border-color: rgb(50,220,184); }
td.TdClassName
{
border-color: #32DCB8;
}
.TagClassName
{
border-color: #32DCB8;
}
</style>