Shades of Turquoise #32D6BB
Tints of Turquoise #32D6BB
RGB
CMYK
RGB Variations
Color information
#32D6BB (or 0x32D6BB) is known color: Turquoise. HEX triplet: 32, D6 and BB. RGB value is (50,214,187). Sum of RGB (Red+Green+Blue) = 50+214+187=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6BB is #CD2944. Grayscale: #A1A1A1. Windows color (decimal): -13445445 or 12310066. OLE color: 12310066.
HSL color Cylindrical-coordinate representation of color #32D6BB: hue angle of 170.12º 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 #32D6BB is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 187 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.16 |
| HSL | 170.12º | 0.67% | 0.52% | - |
| HSV(B) | 170.12º | 0.77% | 0.84% | - |
| XYZ | 34.33 | 52.36 | 55.31 | - |
| YUV | 161.89 | 142.17 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 187 | 0.77 | 0 | 0.13 | 0.16 | 170.12 | 0.67 | 0.52 |
| Hex | 32 | D6 | BB | 4D | 0 | D | 10 | AA | 43 | 34 |
| Octal | 62 | 326 | 273 | 115 | 0 | 15 | 20 | 252 | 103 | 64 |
| Binary | 110010 | 11010110 | 10111011 | 1001101 | 0 | 1101 | 10000 | 10101010 | 1000011 | 110100 |
Color Harmonies of #32D6BB
Complementary color
Monochromatic Colors of #32D6BB
Black with #32D6BB
Text Example
Text Example
White with #32D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6BB; }
p { color: rgb(50,214,187); }
H1.HeaderClassName
{
color: #32D6BB;
}
.AnyTagClassName
{
color: #32D6BB;
}
</style>
background-color css
<style>
a { background-color: #32D6BB; }
a { background-color: rgb(50,214,187); }
div.DivClassName
{
background-color: #32D6BB;
}
.BgClassName
{
background-color: #32D6BB;
}
</style>
border-color css
<style>
span { border-color: #32D6BB; }
span { border-color: rgb(50,214,187); }
td.TdClassName
{
border-color: #32D6BB;
}
.TagClassName
{
border-color: #32D6BB;
}
</style>