Shades of Turquoise #32D1DE
Tints of Turquoise #32D1DE
RGB
CMYK
RGB Variations
Color information
#32D1DE (or 0x32D1DE) is known color: Turquoise. HEX triplet: 32, D1 and DE. RGB value is (50,209,222). Sum of RGB (Red+Green+Blue) = 50+209+222=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #32D1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1DE is #CD2E21. Grayscale: #A2A2A2. Windows color (decimal): -13446690 or 14602546. OLE color: 14602546.
HSL color Cylindrical-coordinate representation of color #32D1DE: hue angle of 184.53º 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 #32D1DE is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 209 | 222 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.13 |
| HSL | 184.53º | 0.72% | 0.53% | - |
| HSV(B) | 184.53º | 0.77% | 0.87% | - |
| XYZ | 37.3 | 51.55 | 77.09 | - |
| YUV | 162.94 | 161.32 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 222 | 0.77 | 0.06 | 0 | 0.13 | 184.53 | 0.72 | 0.53 |
| Hex | 32 | D1 | DE | 4D | 6 | 0 | D | B9 | 48 | 35 |
| Octal | 62 | 321 | 336 | 115 | 6 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110010 | 11010001 | 11011110 | 1001101 | 110 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #32D1DE
Complementary color
Monochromatic Colors of #32D1DE
Black with #32D1DE
Text Example
Text Example
White with #32D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D1DE; }
p { color: rgb(50,209,222); }
H1.HeaderClassName
{
color: #32D1DE;
}
.AnyTagClassName
{
color: #32D1DE;
}
</style>
background-color css
<style>
a { background-color: #32D1DE; }
a { background-color: rgb(50,209,222); }
div.DivClassName
{
background-color: #32D1DE;
}
.BgClassName
{
background-color: #32D1DE;
}
</style>
border-color css
<style>
span { border-color: #32D1DE; }
span { border-color: rgb(50,209,222); }
td.TdClassName
{
border-color: #32D1DE;
}
.TagClassName
{
border-color: #32D1DE;
}
</style>