Shades of Turquoise #32ECF9
Tints of Turquoise #32ECF9
RGB
CMYK
RGB Variations
Color information
#32ECF9 (or 0x32ECF9) is known color: Turquoise. HEX triplet: 32, EC and F9. RGB value is (50,236,249). Sum of RGB (Red+Green+Blue) = 50+236+249=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #32ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32ECF9 is #CD1306. Grayscale: #B5B5B5. Windows color (decimal): -13439751 or 16378930. OLE color: 16378930.
HSL color Cylindrical-coordinate representation of color #32ECF9: hue angle of 183.92º 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 #32ECF9 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 236 | 249 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.02 |
| HSL | 183.92º | 0.94% | 0.59% | - |
| HSV(B) | 183.92º | 0.8% | 0.98% | - |
| XYZ | 48.41 | 67.51 | 100.1 | - |
| YUV | 181.87 | 165.88 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 249 | 0.80 | 0.05 | 0 | 0.02 | 183.92 | 0.94 | 0.59 |
| Hex | 32 | EC | F9 | 50 | 5 | 0 | 2 | B8 | 5E | 3B |
| Octal | 62 | 354 | 371 | 120 | 5 | 0 | 2 | 270 | 136 | 73 |
| Binary | 110010 | 11101100 | 11111001 | 1010000 | 101 | 0 | 10 | 10111000 | 1011110 | 111011 |
Color Harmonies of #32ECF9
Complementary color
Monochromatic Colors of #32ECF9
Black with #32ECF9
Text Example
Text Example
White with #32ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECF9; }
p { color: rgb(50,236,249); }
H1.HeaderClassName
{
color: #32ECF9;
}
.AnyTagClassName
{
color: #32ECF9;
}
</style>
background-color css
<style>
a { background-color: #32ECF9; }
a { background-color: rgb(50,236,249); }
div.DivClassName
{
background-color: #32ECF9;
}
.BgClassName
{
background-color: #32ECF9;
}
</style>
border-color css
<style>
span { border-color: #32ECF9; }
span { border-color: rgb(50,236,249); }
td.TdClassName
{
border-color: #32ECF9;
}
.TagClassName
{
border-color: #32ECF9;
}
</style>