Shades of Turquoise #32DCCD
Tints of Turquoise #32DCCD
RGB
CMYK
RGB Variations
Color information
#32DCCD (or 0x32DCCD) is known color: Turquoise. HEX triplet: 32, DC and CD. RGB value is (50,220,205). Sum of RGB (Red+Green+Blue) = 50+220+205=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCCD is #CD2332. Grayscale: #A7A7A7. Windows color (decimal): -13443891 or 13491250. OLE color: 13491250.
HSL color Cylindrical-coordinate representation of color #32DCCD: hue angle of 174.71º 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 #32DCCD is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 205 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.14 |
| HSL | 174.71º | 0.71% | 0.53% | - |
| HSV(B) | 174.71º | 0.77% | 0.86% | - |
| XYZ | 37.93 | 56.27 | 66.62 | - |
| YUV | 167.46 | 149.18 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 205 | 0.77 | 0 | 0.07 | 0.14 | 174.71 | 0.71 | 0.53 |
| Hex | 32 | DC | CD | 4D | 0 | 7 | E | AF | 47 | 35 |
| Octal | 62 | 334 | 315 | 115 | 0 | 7 | 16 | 257 | 107 | 65 |
| Binary | 110010 | 11011100 | 11001101 | 1001101 | 0 | 111 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #32DCCD
Complementary color
Monochromatic Colors of #32DCCD
Black with #32DCCD
Text Example
Text Example
White with #32DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCCD; }
p { color: rgb(50,220,205); }
H1.HeaderClassName
{
color: #32DCCD;
}
.AnyTagClassName
{
color: #32DCCD;
}
</style>
background-color css
<style>
a { background-color: #32DCCD; }
a { background-color: rgb(50,220,205); }
div.DivClassName
{
background-color: #32DCCD;
}
.BgClassName
{
background-color: #32DCCD;
}
</style>
border-color css
<style>
span { border-color: #32DCCD; }
span { border-color: rgb(50,220,205); }
td.TdClassName
{
border-color: #32DCCD;
}
.TagClassName
{
border-color: #32DCCD;
}
</style>