Shades of Turquoise #32DCCF
Tints of Turquoise #32DCCF
RGB
CMYK
RGB Variations
Color information
#32DCCF (or 0x32DCCF) is known color: Turquoise. HEX triplet: 32, DC and CF. RGB value is (50,220,207). Sum of RGB (Red+Green+Blue) = 50+220+207=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCCF is #CD2330. Grayscale: #A7A7A7. Windows color (decimal): -13443889 or 13622322. OLE color: 13622322.
HSL color Cylindrical-coordinate representation of color #32DCCF: hue angle of 175.41º 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 #32DCCF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 207 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.14 |
| HSL | 175.41º | 0.71% | 0.53% | - |
| HSV(B) | 175.41º | 0.77% | 0.86% | - |
| XYZ | 38.17 | 56.37 | 67.9 | - |
| YUV | 167.69 | 150.18 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 207 | 0.77 | 0 | 0.06 | 0.14 | 175.41 | 0.71 | 0.53 |
| Hex | 32 | DC | CF | 4D | 0 | 6 | E | AF | 47 | 35 |
| Octal | 62 | 334 | 317 | 115 | 0 | 6 | 16 | 257 | 107 | 65 |
| Binary | 110010 | 11011100 | 11001111 | 1001101 | 0 | 110 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #32DCCF
Complementary color
Monochromatic Colors of #32DCCF
Black with #32DCCF
Text Example
Text Example
White with #32DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCCF; }
p { color: rgb(50,220,207); }
H1.HeaderClassName
{
color: #32DCCF;
}
.AnyTagClassName
{
color: #32DCCF;
}
</style>
background-color css
<style>
a { background-color: #32DCCF; }
a { background-color: rgb(50,220,207); }
div.DivClassName
{
background-color: #32DCCF;
}
.BgClassName
{
background-color: #32DCCF;
}
</style>
border-color css
<style>
span { border-color: #32DCCF; }
span { border-color: rgb(50,220,207); }
td.TdClassName
{
border-color: #32DCCF;
}
.TagClassName
{
border-color: #32DCCF;
}
</style>