Shades of Turquoise #32D8D7
Tints of Turquoise #32D8D7
RGB
CMYK
RGB Variations
Color information
#32D8D7 (or 0x32D8D7) is known color: Turquoise. HEX triplet: 32, D8 and D7. RGB value is (50,216,215). Sum of RGB (Red+Green+Blue) = 50+216+215=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #32D8D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D8D7 is #CD2728. Grayscale: #A6A6A6. Windows color (decimal): -13444905 or 14145586. OLE color: 14145586.
HSL color Cylindrical-coordinate representation of color #32D8D7: hue angle of 179.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D8D7 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 215 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.15 |
| HSL | 179.64º | 0.68% | 0.52% | - |
| HSV(B) | 179.64º | 0.77% | 0.85% | - |
| XYZ | 38.14 | 54.7 | 72.84 | - |
| YUV | 166.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 215 | 0.77 | 0 | 0.00 | 0.15 | 179.64 | 0.68 | 0.52 |
| Hex | 32 | D8 | D7 | 4D | 0 | 0 | F | B4 | 44 | 34 |
| Octal | 62 | 330 | 327 | 115 | 0 | 0 | 17 | 264 | 104 | 64 |
| Binary | 110010 | 11011000 | 11010111 | 1001101 | 0 | 0 | 1111 | 10110100 | 1000100 | 110100 |
Color Harmonies of #32D8D7
Complementary color
Monochromatic Colors of #32D8D7
Black with #32D8D7
Text Example
Text Example
White with #32D8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8D7; }
p { color: rgb(50,216,215); }
H1.HeaderClassName
{
color: #32D8D7;
}
.AnyTagClassName
{
color: #32D8D7;
}
</style>
background-color css
<style>
a { background-color: #32D8D7; }
a { background-color: rgb(50,216,215); }
div.DivClassName
{
background-color: #32D8D7;
}
.BgClassName
{
background-color: #32D8D7;
}
</style>
border-color css
<style>
span { border-color: #32D8D7; }
span { border-color: rgb(50,216,215); }
td.TdClassName
{
border-color: #32D8D7;
}
.TagClassName
{
border-color: #32D8D7;
}
</style>