Shades of Turquoise #32DFDD
Tints of Turquoise #32DFDD
RGB
CMYK
RGB Variations
Color information
#32DFDD (or 0x32DFDD) is known color: Turquoise. HEX triplet: 32, DF and DD. RGB value is (50,223,221). Sum of RGB (Red+Green+Blue) = 50+223+221=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFDD is #CD2022. Grayscale: #AAAAAA. Windows color (decimal): -13443107 or 14540594. OLE color: 14540594.
HSL color Cylindrical-coordinate representation of color #32DFDD: hue angle of 179.31º 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 #32DFDD is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 221 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.13 |
| HSL | 179.31º | 0.73% | 0.54% | - |
| HSV(B) | 179.31º | 0.78% | 0.87% | - |
| XYZ | 40.75 | 58.67 | 77.58 | - |
| YUV | 171.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 221 | 0.78 | 0 | 0.01 | 0.13 | 179.31 | 0.73 | 0.54 |
| Hex | 32 | DF | DD | 4E | 0 | 1 | D | B3 | 49 | 36 |
| Octal | 62 | 337 | 335 | 116 | 0 | 1 | 15 | 263 | 111 | 66 |
| Binary | 110010 | 11011111 | 11011101 | 1001110 | 0 | 1 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #32DFDD
Complementary color
Monochromatic Colors of #32DFDD
Black with #32DFDD
Text Example
Text Example
White with #32DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFDD; }
p { color: rgb(50,223,221); }
H1.HeaderClassName
{
color: #32DFDD;
}
.AnyTagClassName
{
color: #32DFDD;
}
</style>
background-color css
<style>
a { background-color: #32DFDD; }
a { background-color: rgb(50,223,221); }
div.DivClassName
{
background-color: #32DFDD;
}
.BgClassName
{
background-color: #32DFDD;
}
</style>
border-color css
<style>
span { border-color: #32DFDD; }
span { border-color: rgb(50,223,221); }
td.TdClassName
{
border-color: #32DFDD;
}
.TagClassName
{
border-color: #32DFDD;
}
</style>