Shades of Turquoise #32DEC1
Tints of Turquoise #32DEC1
RGB
CMYK
RGB Variations
Color information
#32DEC1 (or 0x32DEC1) is known color: Turquoise. HEX triplet: 32, DE and C1. RGB value is (50,222,193). Sum of RGB (Red+Green+Blue) = 50+222+193=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #32DEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DEC1 is #CD213E. Grayscale: #A7A7A7. Windows color (decimal): -13443391 or 12705330. OLE color: 12705330.
HSL color Cylindrical-coordinate representation of color #32DEC1: hue angle of 169.88º 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 #32DEC1 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 193 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.13 |
| HSL | 169.88º | 0.72% | 0.53% | - |
| HSV(B) | 169.88º | 0.77% | 0.87% | - |
| XYZ | 37.06 | 56.77 | 59.46 | - |
| YUV | 167.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 193 | 0.77 | 0 | 0.13 | 0.13 | 169.88 | 0.72 | 0.53 |
| Hex | 32 | DE | C1 | 4D | 0 | D | D | AA | 48 | 35 |
| Octal | 62 | 336 | 301 | 115 | 0 | 15 | 15 | 252 | 110 | 65 |
| Binary | 110010 | 11011110 | 11000001 | 1001101 | 0 | 1101 | 1101 | 10101010 | 1001000 | 110101 |
Color Harmonies of #32DEC1
Complementary color
Monochromatic Colors of #32DEC1
Black with #32DEC1
Text Example
Text Example
White with #32DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEC1; }
p { color: rgb(50,222,193); }
H1.HeaderClassName
{
color: #32DEC1;
}
.AnyTagClassName
{
color: #32DEC1;
}
</style>
background-color css
<style>
a { background-color: #32DEC1; }
a { background-color: rgb(50,222,193); }
div.DivClassName
{
background-color: #32DEC1;
}
.BgClassName
{
background-color: #32DEC1;
}
</style>
border-color css
<style>
span { border-color: #32DEC1; }
span { border-color: rgb(50,222,193); }
td.TdClassName
{
border-color: #32DEC1;
}
.TagClassName
{
border-color: #32DEC1;
}
</style>