Shades of Turquoise #32FBEC
Tints of Turquoise #32FBEC
RGB
CMYK
RGB Variations
Color information
#32FBEC (or 0x32FBEC) is known color: Turquoise. HEX triplet: 32, FB and EC. RGB value is (50,251,236). Sum of RGB (Red+Green+Blue) = 50+251+236=537 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.31% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FBEC is #CD0413. Grayscale: #BDBDBD. Windows color (decimal): -13435924 or 15530802. OLE color: 15530802.
HSL color Cylindrical-coordinate representation of color #32FBEC: hue angle of 175.52º degrees, saturation: 0.96, 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 #32FBEC is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 236 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.02 |
| HSL | 175.52º | 0.96% | 0.59% | - |
| HSV(B) | 175.52º | 0.8% | 0.98% | - |
| XYZ | 50.95 | 75.73 | 91.29 | - |
| YUV | 189.19 | 154.41 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 236 | 0.80 | 0 | 0.06 | 0.02 | 175.52 | 0.96 | 0.59 |
| Hex | 32 | FB | EC | 50 | 0 | 6 | 2 | B0 | 60 | 3B |
| Octal | 62 | 373 | 354 | 120 | 0 | 6 | 2 | 260 | 140 | 73 |
| Binary | 110010 | 11111011 | 11101100 | 1010000 | 0 | 110 | 10 | 10110000 | 1100000 | 111011 |
Color Harmonies of #32FBEC
Complementary color
Monochromatic Colors of #32FBEC
Black with #32FBEC
Text Example
Text Example
White with #32FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBEC; }
p { color: rgb(50,251,236); }
H1.HeaderClassName
{
color: #32FBEC;
}
.AnyTagClassName
{
color: #32FBEC;
}
</style>
background-color css
<style>
a { background-color: #32FBEC; }
a { background-color: rgb(50,251,236); }
div.DivClassName
{
background-color: #32FBEC;
}
.BgClassName
{
background-color: #32FBEC;
}
</style>
border-color css
<style>
span { border-color: #32FBEC; }
span { border-color: rgb(50,251,236); }
td.TdClassName
{
border-color: #32FBEC;
}
.TagClassName
{
border-color: #32FBEC;
}
</style>