Shades of Turquoise #32DEE1
Tints of Turquoise #32DEE1
RGB
CMYK
RGB Variations
Color information
#32DEE1 (or 0x32DEE1) is known color: Turquoise. HEX triplet: 32, DE and E1. RGB value is (50,222,225). Sum of RGB (Red+Green+Blue) = 50+222+225=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #32DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DEE1 is #CD211E. Grayscale: #AAAAAA. Windows color (decimal): -13443359 or 14802482. OLE color: 14802482.
HSL color Cylindrical-coordinate representation of color #32DEE1: hue angle of 181.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DEE1 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 222 | 225 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.12 |
| HSL | 181.03º | 0.74% | 0.54% | - |
| HSV(B) | 181.03º | 0.78% | 0.88% | - |
| XYZ | 41.03 | 58.36 | 80.34 | - |
| YUV | 170.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 225 | 0.78 | 0.01 | 0 | 0.12 | 181.03 | 0.74 | 0.54 |
| Hex | 32 | DE | E1 | 4E | 1 | 0 | C | B5 | 4A | 36 |
| Octal | 62 | 336 | 341 | 116 | 1 | 0 | 14 | 265 | 112 | 66 |
| Binary | 110010 | 11011110 | 11100001 | 1001110 | 1 | 0 | 1100 | 10110101 | 1001010 | 110110 |
Color Harmonies of #32DEE1
Complementary color
Monochromatic Colors of #32DEE1
Black with #32DEE1
Text Example
Text Example
White with #32DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEE1; }
p { color: rgb(50,222,225); }
H1.HeaderClassName
{
color: #32DEE1;
}
.AnyTagClassName
{
color: #32DEE1;
}
</style>
background-color css
<style>
a { background-color: #32DEE1; }
a { background-color: rgb(50,222,225); }
div.DivClassName
{
background-color: #32DEE1;
}
.BgClassName
{
background-color: #32DEE1;
}
</style>
border-color css
<style>
span { border-color: #32DEE1; }
span { border-color: rgb(50,222,225); }
td.TdClassName
{
border-color: #32DEE1;
}
.TagClassName
{
border-color: #32DEE1;
}
</style>