Shades of Turquoise #32FAEC
Tints of Turquoise #32FAEC
RGB
CMYK
RGB Variations
Color information
#32FAEC (or 0x32FAEC) is known color: Turquoise. HEX triplet: 32, FA and EC. RGB value is (50,250,236). Sum of RGB (Red+Green+Blue) = 50+250+236=536 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.33% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAEC is #CD0513. Grayscale: #BCBCBC. Windows color (decimal): -13436180 or 15530546. OLE color: 15530546.
HSL color Cylindrical-coordinate representation of color #32FAEC: hue angle of 175.8º degrees, saturation: 0.95, 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 #32FAEC is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 236 | - |
| CMYK | 0.8 | 0 | 0.06 | 0.02 |
| HSL | 175.8º | 0.95% | 0.59% | - |
| HSV(B) | 175.8º | 0.8% | 0.98% | - |
| XYZ | 50.64 | 75.11 | 91.18 | - |
| YUV | 188.6 | 154.74 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 236 | 0.8 | 0 | 0.06 | 0.02 | 175.8 | 0.95 | 0.59 |
| Hex | 32 | FA | EC | 50 | 0 | 6 | 2 | B0 | 5F | 3B |
| Octal | 62 | 372 | 354 | 120 | 0 | 6 | 2 | 260 | 137 | 73 |
| Binary | 110010 | 11111010 | 11101100 | 1010000 | 0 | 110 | 10 | 10110000 | 1011111 | 111011 |
Color Harmonies of #32FAEC
Complementary color
Monochromatic Colors of #32FAEC
Black with #32FAEC
Text Example
Text Example
White with #32FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAEC; }
p { color: rgb(50,250,236); }
H1.HeaderClassName
{
color: #32FAEC;
}
.AnyTagClassName
{
color: #32FAEC;
}
</style>
background-color css
<style>
a { background-color: #32FAEC; }
a { background-color: rgb(50,250,236); }
div.DivClassName
{
background-color: #32FAEC;
}
.BgClassName
{
background-color: #32FAEC;
}
</style>
border-color css
<style>
span { border-color: #32FAEC; }
span { border-color: rgb(50,250,236); }
td.TdClassName
{
border-color: #32FAEC;
}
.TagClassName
{
border-color: #32FAEC;
}
</style>