Shades of Turquoise #32D1D8
Tints of Turquoise #32D1D8
RGB
CMYK
RGB Variations
Color information
#32D1D8 (or 0x32D1D8) is known color: Turquoise. HEX triplet: 32, D1 and D8. RGB value is (50,209,216). Sum of RGB (Red+Green+Blue) = 50+209+216=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #32D1D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1D8 is #CD2E27. Grayscale: #A2A2A2. Windows color (decimal): -13446696 or 14209330. OLE color: 14209330.
HSL color Cylindrical-coordinate representation of color #32D1D8: hue angle of 182.53º 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 #32D1D8 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 209 | 216 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.15 |
| HSL | 182.53º | 0.68% | 0.52% | - |
| HSV(B) | 182.53º | 0.77% | 0.85% | - |
| XYZ | 36.51 | 51.24 | 72.93 | - |
| YUV | 162.26 | 158.32 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 216 | 0.77 | 0.03 | 0 | 0.15 | 182.53 | 0.68 | 0.52 |
| Hex | 32 | D1 | D8 | 4D | 3 | 0 | F | B7 | 44 | 34 |
| Octal | 62 | 321 | 330 | 115 | 3 | 0 | 17 | 267 | 104 | 64 |
| Binary | 110010 | 11010001 | 11011000 | 1001101 | 11 | 0 | 1111 | 10110111 | 1000100 | 110100 |
Color Harmonies of #32D1D8
Complementary color
Monochromatic Colors of #32D1D8
Black with #32D1D8
Text Example
Text Example
White with #32D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D1D8; }
p { color: rgb(50,209,216); }
H1.HeaderClassName
{
color: #32D1D8;
}
.AnyTagClassName
{
color: #32D1D8;
}
</style>
background-color css
<style>
a { background-color: #32D1D8; }
a { background-color: rgb(50,209,216); }
div.DivClassName
{
background-color: #32D1D8;
}
.BgClassName
{
background-color: #32D1D8;
}
</style>
border-color css
<style>
span { border-color: #32D1D8; }
span { border-color: rgb(50,209,216); }
td.TdClassName
{
border-color: #32D1D8;
}
.TagClassName
{
border-color: #32D1D8;
}
</style>