Shades of Turquoise #32DDCF
Tints of Turquoise #32DDCF
RGB
CMYK
RGB Variations
Color information
#32DDCF (or 0x32DDCF) is known color: Turquoise. HEX triplet: 32, DD and CF. RGB value is (50,221,207). Sum of RGB (Red+Green+Blue) = 50+221+207=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #32DDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DDCF is #CD2230. Grayscale: #A8A8A8. Windows color (decimal): -13443633 or 13622578. OLE color: 13622578.
HSL color Cylindrical-coordinate representation of color #32DDCF: hue angle of 175.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DDCF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 207 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.13 |
| HSL | 175.09º | 0.72% | 0.53% | - |
| HSV(B) | 175.09º | 0.77% | 0.87% | - |
| XYZ | 38.43 | 56.9 | 67.99 | - |
| YUV | 168.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 207 | 0.77 | 0 | 0.06 | 0.13 | 175.09 | 0.72 | 0.53 |
| Hex | 32 | DD | CF | 4D | 0 | 6 | D | AF | 48 | 35 |
| Octal | 62 | 335 | 317 | 115 | 0 | 6 | 15 | 257 | 110 | 65 |
| Binary | 110010 | 11011101 | 11001111 | 1001101 | 0 | 110 | 1101 | 10101111 | 1001000 | 110101 |
Color Harmonies of #32DDCF
Complementary color
Monochromatic Colors of #32DDCF
Black with #32DDCF
Text Example
Text Example
White with #32DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDCF; }
p { color: rgb(50,221,207); }
H1.HeaderClassName
{
color: #32DDCF;
}
.AnyTagClassName
{
color: #32DDCF;
}
</style>
background-color css
<style>
a { background-color: #32DDCF; }
a { background-color: rgb(50,221,207); }
div.DivClassName
{
background-color: #32DDCF;
}
.BgClassName
{
background-color: #32DDCF;
}
</style>
border-color css
<style>
span { border-color: #32DDCF; }
span { border-color: rgb(50,221,207); }
td.TdClassName
{
border-color: #32DDCF;
}
.TagClassName
{
border-color: #32DDCF;
}
</style>