Shades of Turquoise #32DCCE
Tints of Turquoise #32DCCE
RGB
CMYK
RGB Variations
Color information
#32DCCE (or 0x32DCCE) is known color: Turquoise. HEX triplet: 32, DC and CE. RGB value is (50,220,206). Sum of RGB (Red+Green+Blue) = 50+220+206=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #32DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DCCE is #CD2331. Grayscale: #A7A7A7. Windows color (decimal): -13443890 or 13556786. OLE color: 13556786.
HSL color Cylindrical-coordinate representation of color #32DCCE: hue angle of 175.06º 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 #32DCCE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 206 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.14 |
| HSL | 175.06º | 0.71% | 0.53% | - |
| HSV(B) | 175.06º | 0.77% | 0.86% | - |
| XYZ | 38.05 | 56.32 | 67.26 | - |
| YUV | 167.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 206 | 0.77 | 0 | 0.06 | 0.14 | 175.06 | 0.71 | 0.53 |
| Hex | 32 | DC | CE | 4D | 0 | 6 | E | AF | 47 | 35 |
| Octal | 62 | 334 | 316 | 115 | 0 | 6 | 16 | 257 | 107 | 65 |
| Binary | 110010 | 11011100 | 11001110 | 1001101 | 0 | 110 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #32DCCE
Complementary color
Monochromatic Colors of #32DCCE
Black with #32DCCE
Text Example
Text Example
White with #32DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCCE; }
p { color: rgb(50,220,206); }
H1.HeaderClassName
{
color: #32DCCE;
}
.AnyTagClassName
{
color: #32DCCE;
}
</style>
background-color css
<style>
a { background-color: #32DCCE; }
a { background-color: rgb(50,220,206); }
div.DivClassName
{
background-color: #32DCCE;
}
.BgClassName
{
background-color: #32DCCE;
}
</style>
border-color css
<style>
span { border-color: #32DCCE; }
span { border-color: rgb(50,220,206); }
td.TdClassName
{
border-color: #32DCCE;
}
.TagClassName
{
border-color: #32DCCE;
}
</style>