Shades of Turquoise #32F5EC
Tints of Turquoise #32F5EC
RGB
CMYK
RGB Variations
Color information
#32F5EC (or 0x32F5EC) is known color: Turquoise. HEX triplet: 32, F5 and EC. RGB value is (50,245,236). Sum of RGB (Red+Green+Blue) = 50+245+236=531 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.42% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #32F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F5EC is #CD0A13. Grayscale: #B9B9B9. Windows color (decimal): -13437460 or 15529266. OLE color: 15529266.
HSL color Cylindrical-coordinate representation of color #32F5EC: hue angle of 177.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F5EC is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 236 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.04 |
| HSL | 177.23º | 0.91% | 0.58% | - |
| HSV(B) | 177.23º | 0.8% | 0.96% | - |
| XYZ | 49.11 | 72.04 | 90.67 | - |
| YUV | 185.67 | 156.4 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 236 | 0.80 | 0 | 0.04 | 0.04 | 177.23 | 0.91 | 0.58 |
| Hex | 32 | F5 | EC | 50 | 0 | 4 | 4 | B1 | 5B | 3A |
| Octal | 62 | 365 | 354 | 120 | 0 | 4 | 4 | 261 | 133 | 72 |
| Binary | 110010 | 11110101 | 11101100 | 1010000 | 0 | 100 | 100 | 10110001 | 1011011 | 111010 |
Color Harmonies of #32F5EC
Complementary color
Monochromatic Colors of #32F5EC
Black with #32F5EC
Text Example
Text Example
White with #32F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F5EC; }
p { color: rgb(50,245,236); }
H1.HeaderClassName
{
color: #32F5EC;
}
.AnyTagClassName
{
color: #32F5EC;
}
</style>
background-color css
<style>
a { background-color: #32F5EC; }
a { background-color: rgb(50,245,236); }
div.DivClassName
{
background-color: #32F5EC;
}
.BgClassName
{
background-color: #32F5EC;
}
</style>
border-color css
<style>
span { border-color: #32F5EC; }
span { border-color: rgb(50,245,236); }
td.TdClassName
{
border-color: #32F5EC;
}
.TagClassName
{
border-color: #32F5EC;
}
</style>