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