Shades of Turquoise #32DCC1
Tints of Turquoise #32DCC1
RGB
CMYK
RGB Variations
Color information
#32DCC1 (or 0x32DCC1) is known color: Turquoise. HEX triplet: 32, DC and C1. RGB value is (50,220,193). Sum of RGB (Red+Green+Blue) = 50+220+193=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCC1 is #CD233E. Grayscale: #A6A6A6. Windows color (decimal): -13443903 or 12704818. OLE color: 12704818.
HSL color Cylindrical-coordinate representation of color #32DCC1: hue angle of 170.47º 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 #32DCC1 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 193 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.14 |
| HSL | 170.47º | 0.71% | 0.53% | - |
| HSV(B) | 170.47º | 0.77% | 0.86% | - |
| XYZ | 36.53 | 55.71 | 59.28 | - |
| YUV | 166.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 193 | 0.77 | 0 | 0.12 | 0.14 | 170.47 | 0.71 | 0.53 |
| Hex | 32 | DC | C1 | 4D | 0 | C | E | AA | 47 | 35 |
| Octal | 62 | 334 | 301 | 115 | 0 | 14 | 16 | 252 | 107 | 65 |
| Binary | 110010 | 11011100 | 11000001 | 1001101 | 0 | 1100 | 1110 | 10101010 | 1000111 | 110101 |
Color Harmonies of #32DCC1
Complementary color
Monochromatic Colors of #32DCC1
Black with #32DCC1
Text Example
Text Example
White with #32DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCC1; }
p { color: rgb(50,220,193); }
H1.HeaderClassName
{
color: #32DCC1;
}
.AnyTagClassName
{
color: #32DCC1;
}
</style>
background-color css
<style>
a { background-color: #32DCC1; }
a { background-color: rgb(50,220,193); }
div.DivClassName
{
background-color: #32DCC1;
}
.BgClassName
{
background-color: #32DCC1;
}
</style>
border-color css
<style>
span { border-color: #32DCC1; }
span { border-color: rgb(50,220,193); }
td.TdClassName
{
border-color: #32DCC1;
}
.TagClassName
{
border-color: #32DCC1;
}
</style>