Shades of Turquoise #32D8BF
Tints of Turquoise #32D8BF
RGB
CMYK
RGB Variations
Color information
#32D8BF (or 0x32D8BF) is known color: Turquoise. HEX triplet: 32, D8 and BF. RGB value is (50,216,191). Sum of RGB (Red+Green+Blue) = 50+216+191=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #32D8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D8BF is #CD2740. Grayscale: #A3A3A3. Windows color (decimal): -13444929 or 12572722. OLE color: 12572722.
HSL color Cylindrical-coordinate representation of color #32D8BF: hue angle of 170.96º 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 #32D8BF is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 216 | 191 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.15 |
| HSL | 170.96º | 0.68% | 0.52% | - |
| HSV(B) | 170.96º | 0.77% | 0.85% | - |
| XYZ | 35.28 | 53.55 | 57.77 | - |
| YUV | 163.52 | 143.5 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 191 | 0.77 | 0 | 0.12 | 0.15 | 170.96 | 0.68 | 0.52 |
| Hex | 32 | D8 | BF | 4D | 0 | C | F | AB | 44 | 34 |
| Octal | 62 | 330 | 277 | 115 | 0 | 14 | 17 | 253 | 104 | 64 |
| Binary | 110010 | 11011000 | 10111111 | 1001101 | 0 | 1100 | 1111 | 10101011 | 1000100 | 110100 |
Color Harmonies of #32D8BF
Complementary color
Monochromatic Colors of #32D8BF
Black with #32D8BF
Text Example
Text Example
White with #32D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8BF; }
p { color: rgb(50,216,191); }
H1.HeaderClassName
{
color: #32D8BF;
}
.AnyTagClassName
{
color: #32D8BF;
}
</style>
background-color css
<style>
a { background-color: #32D8BF; }
a { background-color: rgb(50,216,191); }
div.DivClassName
{
background-color: #32D8BF;
}
.BgClassName
{
background-color: #32D8BF;
}
</style>
border-color css
<style>
span { border-color: #32D8BF; }
span { border-color: rgb(50,216,191); }
td.TdClassName
{
border-color: #32D8BF;
}
.TagClassName
{
border-color: #32D8BF;
}
</style>