Shades of Turquoise #32D6C1
Tints of Turquoise #32D6C1
RGB
CMYK
RGB Variations
Color information
#32D6C1 (or 0x32D6C1) is known color: Turquoise. HEX triplet: 32, D6 and C1. RGB value is (50,214,193). Sum of RGB (Red+Green+Blue) = 50+214+193=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6C1 is #CD293E. Grayscale: #A2A2A2. Windows color (decimal): -13445439 or 12703282. OLE color: 12703282.
HSL color Cylindrical-coordinate representation of color #32D6C1: hue angle of 172.32º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D6C1 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 193 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.16 |
| HSL | 172.32º | 0.67% | 0.52% | - |
| HSV(B) | 172.32º | 0.77% | 0.84% | - |
| XYZ | 34.99 | 52.62 | 58.77 | - |
| YUV | 162.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 193 | 0.77 | 0 | 0.10 | 0.16 | 172.32 | 0.67 | 0.52 |
| Hex | 32 | D6 | C1 | 4D | 0 | A | 10 | AC | 43 | 34 |
| Octal | 62 | 326 | 301 | 115 | 0 | 12 | 20 | 254 | 103 | 64 |
| Binary | 110010 | 11010110 | 11000001 | 1001101 | 0 | 1010 | 10000 | 10101100 | 1000011 | 110100 |
Color Harmonies of #32D6C1
Complementary color
Monochromatic Colors of #32D6C1
Black with #32D6C1
Text Example
Text Example
White with #32D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6C1; }
p { color: rgb(50,214,193); }
H1.HeaderClassName
{
color: #32D6C1;
}
.AnyTagClassName
{
color: #32D6C1;
}
</style>
background-color css
<style>
a { background-color: #32D6C1; }
a { background-color: rgb(50,214,193); }
div.DivClassName
{
background-color: #32D6C1;
}
.BgClassName
{
background-color: #32D6C1;
}
</style>
border-color css
<style>
span { border-color: #32D6C1; }
span { border-color: rgb(50,214,193); }
td.TdClassName
{
border-color: #32D6C1;
}
.TagClassName
{
border-color: #32D6C1;
}
</style>