Shades of Turquoise #32D6DD
Tints of Turquoise #32D6DD
RGB
CMYK
RGB Variations
Color information
#32D6DD (or 0x32D6DD) is known color: Turquoise. HEX triplet: 32, D6 and DD. RGB value is (50,214,221). Sum of RGB (Red+Green+Blue) = 50+214+221=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #32D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D6DD is #CD2922. Grayscale: #A5A5A5. Windows color (decimal): -13445411 or 14538290. OLE color: 14538290.
HSL color Cylindrical-coordinate representation of color #32D6DD: hue angle of 182.46º 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 #32D6DD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 214 | 221 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.13 |
| HSL | 182.46º | 0.72% | 0.53% | - |
| HSV(B) | 182.46º | 0.77% | 0.87% | - |
| XYZ | 38.41 | 53.99 | 76.8 | - |
| YUV | 165.76 | 159.17 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 221 | 0.77 | 0.03 | 0 | 0.13 | 182.46 | 0.72 | 0.53 |
| Hex | 32 | D6 | DD | 4D | 3 | 0 | D | B6 | 48 | 35 |
| Octal | 62 | 326 | 335 | 115 | 3 | 0 | 15 | 266 | 110 | 65 |
| Binary | 110010 | 11010110 | 11011101 | 1001101 | 11 | 0 | 1101 | 10110110 | 1001000 | 110101 |
Color Harmonies of #32D6DD
Complementary color
Monochromatic Colors of #32D6DD
Black with #32D6DD
Text Example
Text Example
White with #32D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6DD; }
p { color: rgb(50,214,221); }
H1.HeaderClassName
{
color: #32D6DD;
}
.AnyTagClassName
{
color: #32D6DD;
}
</style>
background-color css
<style>
a { background-color: #32D6DD; }
a { background-color: rgb(50,214,221); }
div.DivClassName
{
background-color: #32D6DD;
}
.BgClassName
{
background-color: #32D6DD;
}
</style>
border-color css
<style>
span { border-color: #32D6DD; }
span { border-color: rgb(50,214,221); }
td.TdClassName
{
border-color: #32D6DD;
}
.TagClassName
{
border-color: #32D6DD;
}
</style>