Shades of Turquoise #32FAAF
Tints of Turquoise #32FAAF
RGB
CMYK
RGB Variations
Color information
#32FAAF (or 0x32FAAF) is known color: Turquoise. HEX triplet: 32, FA and AF. RGB value is (50,250,175). Sum of RGB (Red+Green+Blue) = 50+250+175=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FAAF is #CD0550. Grayscale: #B5B5B5. Windows color (decimal): -13436241 or 11532850. OLE color: 11532850.
HSL color Cylindrical-coordinate representation of color #32FAAF: hue angle of 157.5º 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 #32FAAF is Cyan = 0.8, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 175 | - |
| CMYK | 0.8 | 0 | 0.3 | 0.02 |
| HSL | 157.5º | 0.95% | 0.59% | - |
| HSV(B) | 157.5º | 0.8% | 0.98% | - |
| XYZ | 43.24 | 72.14 | 52.2 | - |
| YUV | 181.65 | 124.24 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 175 | 0.8 | 0 | 0.3 | 0.02 | 157.5 | 0.95 | 0.59 |
| Hex | 32 | FA | AF | 50 | 0 | 1E | 2 | 9E | 5F | 3B |
| Octal | 62 | 372 | 257 | 120 | 0 | 36 | 2 | 236 | 137 | 73 |
| Binary | 110010 | 11111010 | 10101111 | 1010000 | 0 | 11110 | 10 | 10011110 | 1011111 | 111011 |
Color Harmonies of #32FAAF
Complementary color
Monochromatic Colors of #32FAAF
Black with #32FAAF
Text Example
Text Example
White with #32FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAAF; }
p { color: rgb(50,250,175); }
H1.HeaderClassName
{
color: #32FAAF;
}
.AnyTagClassName
{
color: #32FAAF;
}
</style>
background-color css
<style>
a { background-color: #32FAAF; }
a { background-color: rgb(50,250,175); }
div.DivClassName
{
background-color: #32FAAF;
}
.BgClassName
{
background-color: #32FAAF;
}
</style>
border-color css
<style>
span { border-color: #32FAAF; }
span { border-color: rgb(50,250,175); }
td.TdClassName
{
border-color: #32FAAF;
}
.TagClassName
{
border-color: #32FAAF;
}
</style>