Shades of Turquoise #32D6BC
Tints of Turquoise #32D6BC
RGB
CMYK
RGB Variations
Color information
#32D6BC (or 0x32D6BC) is known color: Turquoise. HEX triplet: 32, D6 and BC. RGB value is (50,214,188). Sum of RGB (Red+Green+Blue) = 50+214+188=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6BC is #CD2943. Grayscale: #A1A1A1. Windows color (decimal): -13445444 or 12375602. OLE color: 12375602.
HSL color Cylindrical-coordinate representation of color #32D6BC: hue angle of 170.49º 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 #32D6BC is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 188 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.16 |
| HSL | 170.49º | 0.67% | 0.52% | - |
| HSV(B) | 170.49º | 0.77% | 0.84% | - |
| XYZ | 34.44 | 52.4 | 55.88 | - |
| YUV | 162 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 188 | 0.77 | 0 | 0.12 | 0.16 | 170.49 | 0.67 | 0.52 |
| Hex | 32 | D6 | BC | 4D | 0 | C | 10 | AA | 43 | 34 |
| Octal | 62 | 326 | 274 | 115 | 0 | 14 | 20 | 252 | 103 | 64 |
| Binary | 110010 | 11010110 | 10111100 | 1001101 | 0 | 1100 | 10000 | 10101010 | 1000011 | 110100 |
Color Harmonies of #32D6BC
Complementary color
Monochromatic Colors of #32D6BC
Black with #32D6BC
Text Example
Text Example
White with #32D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6BC; }
p { color: rgb(50,214,188); }
H1.HeaderClassName
{
color: #32D6BC;
}
.AnyTagClassName
{
color: #32D6BC;
}
</style>
background-color css
<style>
a { background-color: #32D6BC; }
a { background-color: rgb(50,214,188); }
div.DivClassName
{
background-color: #32D6BC;
}
.BgClassName
{
background-color: #32D6BC;
}
</style>
border-color css
<style>
span { border-color: #32D6BC; }
span { border-color: rgb(50,214,188); }
td.TdClassName
{
border-color: #32D6BC;
}
.TagClassName
{
border-color: #32D6BC;
}
</style>