Shades of Turquoise #32FFE5
Tints of Turquoise #32FFE5
RGB
CMYK
RGB Variations
Color information
#32FFE5 (or 0x32FFE5) is known color: Turquoise. HEX triplet: 32, FF and E5. RGB value is (50,255,229). Sum of RGB (Red+Green+Blue) = 50+255+229=534 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.36% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFE5 is #CD001A. Grayscale: #BEBEBE. Windows color (decimal): -13434907 or 15073074. OLE color: 15073074.
HSL color Cylindrical-coordinate representation of color #32FFE5: hue angle of 172.39º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFE5 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 229 | - |
| CMYK | 0.80 | 0 | 0.10 | 0 |
| HSL | 172.39º | 1% | 0.6% | - |
| HSV(B) | 172.39º | 0.8% | 1% | - |
| XYZ | 51.22 | 77.86 | 86.46 | - |
| YUV | 190.74 | 149.58 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 229 | 0.80 | 0 | 0.10 | 0 | 172.39 | 1 | 0.6 |
| Hex | 32 | FF | E5 | 50 | 0 | A | 0 | AC | 64 | 3C |
| Octal | 62 | 377 | 345 | 120 | 0 | 12 | 0 | 254 | 144 | 74 |
| Binary | 110010 | 11111111 | 11100101 | 1010000 | 0 | 1010 | 0 | 10101100 | 1100100 | 111100 |
Color Harmonies of #32FFE5
Complementary color
Monochromatic Colors of #32FFE5
Black with #32FFE5
Text Example
Text Example
White with #32FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFE5; }
p { color: rgb(50,255,229); }
H1.HeaderClassName
{
color: #32FFE5;
}
.AnyTagClassName
{
color: #32FFE5;
}
</style>
background-color css
<style>
a { background-color: #32FFE5; }
a { background-color: rgb(50,255,229); }
div.DivClassName
{
background-color: #32FFE5;
}
.BgClassName
{
background-color: #32FFE5;
}
</style>
border-color css
<style>
span { border-color: #32FFE5; }
span { border-color: rgb(50,255,229); }
td.TdClassName
{
border-color: #32FFE5;
}
.TagClassName
{
border-color: #32FFE5;
}
</style>