Shades of Turquoise #32DECD
Tints of Turquoise #32DECD
RGB
CMYK
RGB Variations
Color information
#32DECD (or 0x32DECD) is known color: Turquoise. HEX triplet: 32, DE and CD. RGB value is (50,222,205). Sum of RGB (Red+Green+Blue) = 50+222+205=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #32DECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DECD is #CD2132. Grayscale: #A8A8A8. Windows color (decimal): -13443379 or 13491762. OLE color: 13491762.
HSL color Cylindrical-coordinate representation of color #32DECD: hue angle of 174.07º 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 #32DECD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 205 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.13 |
| HSL | 174.07º | 0.72% | 0.53% | - |
| HSV(B) | 174.07º | 0.77% | 0.87% | - |
| XYZ | 38.46 | 57.33 | 66.8 | - |
| YUV | 168.63 | 148.52 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 205 | 0.77 | 0 | 0.08 | 0.13 | 174.07 | 0.72 | 0.53 |
| Hex | 32 | DE | CD | 4D | 0 | 8 | D | AE | 48 | 35 |
| Octal | 62 | 336 | 315 | 115 | 0 | 10 | 15 | 256 | 110 | 65 |
| Binary | 110010 | 11011110 | 11001101 | 1001101 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110101 |
Color Harmonies of #32DECD
Complementary color
Monochromatic Colors of #32DECD
Black with #32DECD
Text Example
Text Example
White with #32DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DECD; }
p { color: rgb(50,222,205); }
H1.HeaderClassName
{
color: #32DECD;
}
.AnyTagClassName
{
color: #32DECD;
}
</style>
background-color css
<style>
a { background-color: #32DECD; }
a { background-color: rgb(50,222,205); }
div.DivClassName
{
background-color: #32DECD;
}
.BgClassName
{
background-color: #32DECD;
}
</style>
border-color css
<style>
span { border-color: #32DECD; }
span { border-color: rgb(50,222,205); }
td.TdClassName
{
border-color: #32DECD;
}
.TagClassName
{
border-color: #32DECD;
}
</style>