Shades of Turquoise #32FEE1
Tints of Turquoise #32FEE1
RGB
CMYK
RGB Variations
Color information
#32FEE1 (or 0x32FEE1) is known color: Turquoise. HEX triplet: 32, FE and E1. RGB value is (50,254,225). Sum of RGB (Red+Green+Blue) = 50+254+225=529 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.45% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEE1 is #CD011E. Grayscale: #BDBDBD. Windows color (decimal): -13435167 or 14810674. OLE color: 14810674.
HSL color Cylindrical-coordinate representation of color #32FEE1: hue angle of 171.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEE1 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 225 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.00 |
| HSL | 171.47º | 0.99% | 0.6% | - |
| HSV(B) | 171.47º | 0.8% | 1% | - |
| XYZ | 50.35 | 77 | 83.44 | - |
| YUV | 189.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 225 | 0.80 | 0 | 0.11 | 0.00 | 171.47 | 0.99 | 0.6 |
| Hex | 32 | FE | E1 | 50 | 0 | B | 0 | AB | 63 | 3C |
| Octal | 62 | 376 | 341 | 120 | 0 | 13 | 0 | 253 | 143 | 74 |
| Binary | 110010 | 11111110 | 11100001 | 1010000 | 0 | 1011 | 0 | 10101011 | 1100011 | 111100 |
Color Harmonies of #32FEE1
Complementary color
Monochromatic Colors of #32FEE1
Black with #32FEE1
Text Example
Text Example
White with #32FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEE1; }
p { color: rgb(50,254,225); }
H1.HeaderClassName
{
color: #32FEE1;
}
.AnyTagClassName
{
color: #32FEE1;
}
</style>
background-color css
<style>
a { background-color: #32FEE1; }
a { background-color: rgb(50,254,225); }
div.DivClassName
{
background-color: #32FEE1;
}
.BgClassName
{
background-color: #32FEE1;
}
</style>
border-color css
<style>
span { border-color: #32FEE1; }
span { border-color: rgb(50,254,225); }
td.TdClassName
{
border-color: #32FEE1;
}
.TagClassName
{
border-color: #32FEE1;
}
</style>