Shades of Turquoise #32DCBF
Tints of Turquoise #32DCBF
RGB
CMYK
RGB Variations
Color information
#32DCBF (or 0x32DCBF) is known color: Turquoise. HEX triplet: 32, DC and BF. RGB value is (50,220,191). Sum of RGB (Red+Green+Blue) = 50+220+191=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCBF is #CD2340. Grayscale: #A5A5A5. Windows color (decimal): -13443905 or 12573746. OLE color: 12573746.
HSL color Cylindrical-coordinate representation of color #32DCBF: hue angle of 169.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DCBF is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 191 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.14 |
| HSL | 169.76º | 0.71% | 0.53% | - |
| HSV(B) | 169.76º | 0.77% | 0.86% | - |
| XYZ | 36.31 | 55.63 | 58.11 | - |
| YUV | 165.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 191 | 0.77 | 0 | 0.13 | 0.14 | 169.76 | 0.71 | 0.53 |
| Hex | 32 | DC | BF | 4D | 0 | D | E | AA | 47 | 35 |
| Octal | 62 | 334 | 277 | 115 | 0 | 15 | 16 | 252 | 107 | 65 |
| Binary | 110010 | 11011100 | 10111111 | 1001101 | 0 | 1101 | 1110 | 10101010 | 1000111 | 110101 |
Color Harmonies of #32DCBF
Complementary color
Monochromatic Colors of #32DCBF
Black with #32DCBF
Text Example
Text Example
White with #32DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCBF; }
p { color: rgb(50,220,191); }
H1.HeaderClassName
{
color: #32DCBF;
}
.AnyTagClassName
{
color: #32DCBF;
}
</style>
background-color css
<style>
a { background-color: #32DCBF; }
a { background-color: rgb(50,220,191); }
div.DivClassName
{
background-color: #32DCBF;
}
.BgClassName
{
background-color: #32DCBF;
}
</style>
border-color css
<style>
span { border-color: #32DCBF; }
span { border-color: rgb(50,220,191); }
td.TdClassName
{
border-color: #32DCBF;
}
.TagClassName
{
border-color: #32DCBF;
}
</style>