Shades of Turquoise #32F9EC
Tints of Turquoise #32F9EC
RGB
CMYK
RGB Variations
Color information
#32F9EC (or 0x32F9EC) is known color: Turquoise. HEX triplet: 32, F9 and EC. RGB value is (50,249,236). Sum of RGB (Red+Green+Blue) = 50+249+236=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F9EC is #CD0613. Grayscale: #BBBBBB. Windows color (decimal): -13436436 or 15530290. OLE color: 15530290.
HSL color Cylindrical-coordinate representation of color #32F9EC: hue angle of 176.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F9EC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 236 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.02 |
| HSL | 176.08º | 0.94% | 0.59% | - |
| HSV(B) | 176.08º | 0.8% | 0.98% | - |
| XYZ | 50.33 | 74.49 | 91.08 | - |
| YUV | 188.02 | 155.07 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 236 | 0.80 | 0 | 0.05 | 0.02 | 176.08 | 0.94 | 0.59 |
| Hex | 32 | F9 | EC | 50 | 0 | 5 | 2 | B0 | 5E | 3B |
| Octal | 62 | 371 | 354 | 120 | 0 | 5 | 2 | 260 | 136 | 73 |
| Binary | 110010 | 11111001 | 11101100 | 1010000 | 0 | 101 | 10 | 10110000 | 1011110 | 111011 |
Color Harmonies of #32F9EC
Complementary color
Monochromatic Colors of #32F9EC
Black with #32F9EC
Text Example
Text Example
White with #32F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9EC; }
p { color: rgb(50,249,236); }
H1.HeaderClassName
{
color: #32F9EC;
}
.AnyTagClassName
{
color: #32F9EC;
}
</style>
background-color css
<style>
a { background-color: #32F9EC; }
a { background-color: rgb(50,249,236); }
div.DivClassName
{
background-color: #32F9EC;
}
.BgClassName
{
background-color: #32F9EC;
}
</style>
border-color css
<style>
span { border-color: #32F9EC; }
span { border-color: rgb(50,249,236); }
td.TdClassName
{
border-color: #32F9EC;
}
.TagClassName
{
border-color: #32F9EC;
}
</style>