Shades of Turquoise #32D2C6
Tints of Turquoise #32D2C6
RGB
CMYK
RGB Variations
Color information
#32D2C6 (or 0x32D2C6) is known color: Turquoise. HEX triplet: 32, D2 and C6. RGB value is (50,210,198). Sum of RGB (Red+Green+Blue) = 50+210+198=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #32D2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D2C6 is #CD2D39. Grayscale: #A0A0A0. Windows color (decimal): -13446458 or 13029938. OLE color: 13029938.
HSL color Cylindrical-coordinate representation of color #32D2C6: hue angle of 175.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D2C6 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 198 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.18 |
| HSL | 175.5º | 0.64% | 0.51% | - |
| HSV(B) | 175.5º | 0.76% | 0.82% | - |
| XYZ | 34.56 | 50.85 | 61.42 | - |
| YUV | 160.79 | 148.99 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 198 | 0.76 | 0 | 0.06 | 0.18 | 175.5 | 0.64 | 0.51 |
| Hex | 32 | D2 | C6 | 4C | 0 | 6 | 12 | B0 | 40 | 33 |
| Octal | 62 | 322 | 306 | 114 | 0 | 6 | 22 | 260 | 100 | 63 |
| Binary | 110010 | 11010010 | 11000110 | 1001100 | 0 | 110 | 10010 | 10110000 | 1000000 | 110011 |
Color Harmonies of #32D2C6
Complementary color
Monochromatic Colors of #32D2C6
Black with #32D2C6
Text Example
Text Example
White with #32D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2C6; }
p { color: rgb(50,210,198); }
H1.HeaderClassName
{
color: #32D2C6;
}
.AnyTagClassName
{
color: #32D2C6;
}
</style>
background-color css
<style>
a { background-color: #32D2C6; }
a { background-color: rgb(50,210,198); }
div.DivClassName
{
background-color: #32D2C6;
}
.BgClassName
{
background-color: #32D2C6;
}
</style>
border-color css
<style>
span { border-color: #32D2C6; }
span { border-color: rgb(50,210,198); }
td.TdClassName
{
border-color: #32D2C6;
}
.TagClassName
{
border-color: #32D2C6;
}
</style>