Shades of Turquoise #32DFCD
Tints of Turquoise #32DFCD
RGB
CMYK
RGB Variations
Color information
#32DFCD (or 0x32DFCD) is known color: Turquoise. HEX triplet: 32, DF and CD. RGB value is (50,223,205). Sum of RGB (Red+Green+Blue) = 50+223+205=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFCD is #CD2032. Grayscale: #A9A9A9. Windows color (decimal): -13443123 or 13492018. OLE color: 13492018.
HSL color Cylindrical-coordinate representation of color #32DFCD: hue angle of 173.76º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DFCD is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 205 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.13 |
| HSL | 173.76º | 0.73% | 0.54% | - |
| HSV(B) | 173.76º | 0.78% | 0.87% | - |
| XYZ | 38.72 | 57.86 | 66.89 | - |
| YUV | 169.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 205 | 0.78 | 0 | 0.08 | 0.13 | 173.76 | 0.73 | 0.54 |
| Hex | 32 | DF | CD | 4E | 0 | 8 | D | AE | 49 | 36 |
| Octal | 62 | 337 | 315 | 116 | 0 | 10 | 15 | 256 | 111 | 66 |
| Binary | 110010 | 11011111 | 11001101 | 1001110 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110110 |
Color Harmonies of #32DFCD
Complementary color
Monochromatic Colors of #32DFCD
Black with #32DFCD
Text Example
Text Example
White with #32DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFCD; }
p { color: rgb(50,223,205); }
H1.HeaderClassName
{
color: #32DFCD;
}
.AnyTagClassName
{
color: #32DFCD;
}
</style>
background-color css
<style>
a { background-color: #32DFCD; }
a { background-color: rgb(50,223,205); }
div.DivClassName
{
background-color: #32DFCD;
}
.BgClassName
{
background-color: #32DFCD;
}
</style>
border-color css
<style>
span { border-color: #32DFCD; }
span { border-color: rgb(50,223,205); }
td.TdClassName
{
border-color: #32DFCD;
}
.TagClassName
{
border-color: #32DFCD;
}
</style>