Shades of Turquoise #32E1BF
Tints of Turquoise #32E1BF
RGB
CMYK
RGB Variations
Color information
#32E1BF (or 0x32E1BF) is known color: Turquoise. HEX triplet: 32, E1 and BF. RGB value is (50,225,191). Sum of RGB (Red+Green+Blue) = 50+225+191=466 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.73% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #32E1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32E1BF is #CD1E40. Grayscale: #A8A8A8. Windows color (decimal): -13442625 or 12575026. OLE color: 12575026.
HSL color Cylindrical-coordinate representation of color #32E1BF: hue angle of 168.34º 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 #32E1BF is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 191 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.12 |
| HSL | 168.34º | 0.74% | 0.54% | - |
| HSV(B) | 168.34º | 0.78% | 0.88% | - |
| XYZ | 37.64 | 58.29 | 58.56 | - |
| YUV | 168.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 191 | 0.78 | 0 | 0.15 | 0.12 | 168.34 | 0.74 | 0.54 |
| Hex | 32 | E1 | BF | 4E | 0 | F | C | A8 | 4A | 36 |
| Octal | 62 | 341 | 277 | 116 | 0 | 17 | 14 | 250 | 112 | 66 |
| Binary | 110010 | 11100001 | 10111111 | 1001110 | 0 | 1111 | 1100 | 10101000 | 1001010 | 110110 |
Color Harmonies of #32E1BF
Complementary color
Monochromatic Colors of #32E1BF
Black with #32E1BF
Text Example
Text Example
White with #32E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1BF; }
p { color: rgb(50,225,191); }
H1.HeaderClassName
{
color: #32E1BF;
}
.AnyTagClassName
{
color: #32E1BF;
}
</style>
background-color css
<style>
a { background-color: #32E1BF; }
a { background-color: rgb(50,225,191); }
div.DivClassName
{
background-color: #32E1BF;
}
.BgClassName
{
background-color: #32E1BF;
}
</style>
border-color css
<style>
span { border-color: #32E1BF; }
span { border-color: rgb(50,225,191); }
td.TdClassName
{
border-color: #32E1BF;
}
.TagClassName
{
border-color: #32E1BF;
}
</style>