Shades of Turquoise #32D6B6
Tints of Turquoise #32D6B6
RGB
CMYK
RGB Variations
Color information
#32D6B6 (or 0x32D6B6) is known color: Turquoise. HEX triplet: 32, D6 and B6. RGB value is (50,214,182). Sum of RGB (Red+Green+Blue) = 50+214+182=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6B6 is #CD2949. Grayscale: #A1A1A1. Windows color (decimal): -13445450 or 11982386. OLE color: 11982386.
HSL color Cylindrical-coordinate representation of color #32D6B6: hue angle of 168.29º 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 #32D6B6 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 182 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.16 |
| HSL | 168.29º | 0.67% | 0.52% | - |
| HSV(B) | 168.29º | 0.77% | 0.84% | - |
| XYZ | 33.81 | 52.15 | 52.54 | - |
| YUV | 161.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 182 | 0.77 | 0 | 0.15 | 0.16 | 168.29 | 0.67 | 0.52 |
| Hex | 32 | D6 | B6 | 4D | 0 | F | 10 | A8 | 43 | 34 |
| Octal | 62 | 326 | 266 | 115 | 0 | 17 | 20 | 250 | 103 | 64 |
| Binary | 110010 | 11010110 | 10110110 | 1001101 | 0 | 1111 | 10000 | 10101000 | 1000011 | 110100 |
Color Harmonies of #32D6B6
Complementary color
Monochromatic Colors of #32D6B6
Black with #32D6B6
Text Example
Text Example
White with #32D6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6B6; }
p { color: rgb(50,214,182); }
H1.HeaderClassName
{
color: #32D6B6;
}
.AnyTagClassName
{
color: #32D6B6;
}
</style>
background-color css
<style>
a { background-color: #32D6B6; }
a { background-color: rgb(50,214,182); }
div.DivClassName
{
background-color: #32D6B6;
}
.BgClassName
{
background-color: #32D6B6;
}
</style>
border-color css
<style>
span { border-color: #32D6B6; }
span { border-color: rgb(50,214,182); }
td.TdClassName
{
border-color: #32D6B6;
}
.TagClassName
{
border-color: #32D6B6;
}
</style>