Shades of Turquoise #32D6BA
Tints of Turquoise #32D6BA
RGB
CMYK
RGB Variations
Color information
#32D6BA (or 0x32D6BA) is known color: Turquoise. HEX triplet: 32, D6 and BA. RGB value is (50,214,186). Sum of RGB (Red+Green+Blue) = 50+214+186=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6BA is #CD2945. Grayscale: #A1A1A1. Windows color (decimal): -13445446 or 12244530. OLE color: 12244530.
HSL color Cylindrical-coordinate representation of color #32D6BA: hue angle of 169.76º 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 #32D6BA is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 186 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.16 |
| HSL | 169.76º | 0.67% | 0.52% | - |
| HSV(B) | 169.76º | 0.77% | 0.84% | - |
| XYZ | 34.22 | 52.32 | 54.75 | - |
| YUV | 161.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 186 | 0.77 | 0 | 0.13 | 0.16 | 169.76 | 0.67 | 0.52 |
| Hex | 32 | D6 | BA | 4D | 0 | D | 10 | AA | 43 | 34 |
| Octal | 62 | 326 | 272 | 115 | 0 | 15 | 20 | 252 | 103 | 64 |
| Binary | 110010 | 11010110 | 10111010 | 1001101 | 0 | 1101 | 10000 | 10101010 | 1000011 | 110100 |
Color Harmonies of #32D6BA
Complementary color
Monochromatic Colors of #32D6BA
Black with #32D6BA
Text Example
Text Example
White with #32D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6BA; }
p { color: rgb(50,214,186); }
H1.HeaderClassName
{
color: #32D6BA;
}
.AnyTagClassName
{
color: #32D6BA;
}
</style>
background-color css
<style>
a { background-color: #32D6BA; }
a { background-color: rgb(50,214,186); }
div.DivClassName
{
background-color: #32D6BA;
}
.BgClassName
{
background-color: #32D6BA;
}
</style>
border-color css
<style>
span { border-color: #32D6BA; }
span { border-color: rgb(50,214,186); }
td.TdClassName
{
border-color: #32D6BA;
}
.TagClassName
{
border-color: #32D6BA;
}
</style>