Shades of Turquoise #32DDEC
Tints of Turquoise #32DDEC
RGB
CMYK
RGB Variations
Color information
#32DDEC (or 0x32DDEC) is known color: Turquoise. HEX triplet: 32, DD and EC. RGB value is (50,221,236). Sum of RGB (Red+Green+Blue) = 50+221+236=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #32DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDEC is #CD2213. Grayscale: #ABABAB. Windows color (decimal): -13443604 or 15523122. OLE color: 15523122.
HSL color Cylindrical-coordinate representation of color #32DDEC: hue angle of 184.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DDEC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 221 | 236 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.07 |
| HSL | 184.84º | 0.83% | 0.56% | - |
| HSV(B) | 184.84º | 0.79% | 0.93% | - |
| XYZ | 42.31 | 58.45 | 88.41 | - |
| YUV | 171.58 | 164.35 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 236 | 0.79 | 0.06 | 0 | 0.07 | 184.84 | 0.83 | 0.56 |
| Hex | 32 | DD | EC | 4F | 6 | 0 | 7 | B9 | 53 | 38 |
| Octal | 62 | 335 | 354 | 117 | 6 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110010 | 11011101 | 11101100 | 1001111 | 110 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #32DDEC
Complementary color
Monochromatic Colors of #32DDEC
Black with #32DDEC
Text Example
Text Example
White with #32DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDEC; }
p { color: rgb(50,221,236); }
H1.HeaderClassName
{
color: #32DDEC;
}
.AnyTagClassName
{
color: #32DDEC;
}
</style>
background-color css
<style>
a { background-color: #32DDEC; }
a { background-color: rgb(50,221,236); }
div.DivClassName
{
background-color: #32DDEC;
}
.BgClassName
{
background-color: #32DDEC;
}
</style>
border-color css
<style>
span { border-color: #32DDEC; }
span { border-color: rgb(50,221,236); }
td.TdClassName
{
border-color: #32DDEC;
}
.TagClassName
{
border-color: #32DDEC;
}
</style>