Shades of Turquoise #32D6C3
Tints of Turquoise #32D6C3
RGB
CMYK
RGB Variations
Color information
#32D6C3 (or 0x32D6C3) is known color: Turquoise. HEX triplet: 32, D6 and C3. RGB value is (50,214,195). Sum of RGB (Red+Green+Blue) = 50+214+195=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #32D6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6C3 is #CD293C. Grayscale: #A2A2A2. Windows color (decimal): -13445437 or 12834354. OLE color: 12834354.
HSL color Cylindrical-coordinate representation of color #32D6C3: hue angle of 173.05º 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 #32D6C3 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 195 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.16 |
| HSL | 173.05º | 0.67% | 0.52% | - |
| HSV(B) | 173.05º | 0.77% | 0.84% | - |
| XYZ | 35.21 | 52.71 | 59.95 | - |
| YUV | 162.8 | 146.17 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 195 | 0.77 | 0 | 0.09 | 0.16 | 173.05 | 0.67 | 0.52 |
| Hex | 32 | D6 | C3 | 4D | 0 | 9 | 10 | AD | 43 | 34 |
| Octal | 62 | 326 | 303 | 115 | 0 | 11 | 20 | 255 | 103 | 64 |
| Binary | 110010 | 11010110 | 11000011 | 1001101 | 0 | 1001 | 10000 | 10101101 | 1000011 | 110100 |
Color Harmonies of #32D6C3
Complementary color
Monochromatic Colors of #32D6C3
Black with #32D6C3
Text Example
Text Example
White with #32D6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6C3; }
p { color: rgb(50,214,195); }
H1.HeaderClassName
{
color: #32D6C3;
}
.AnyTagClassName
{
color: #32D6C3;
}
</style>
background-color css
<style>
a { background-color: #32D6C3; }
a { background-color: rgb(50,214,195); }
div.DivClassName
{
background-color: #32D6C3;
}
.BgClassName
{
background-color: #32D6C3;
}
</style>
border-color css
<style>
span { border-color: #32D6C3; }
span { border-color: rgb(50,214,195); }
td.TdClassName
{
border-color: #32D6C3;
}
.TagClassName
{
border-color: #32D6C3;
}
</style>