Shades of Turquoise #32F8AF
Tints of Turquoise #32F8AF
RGB
CMYK
RGB Variations
Color information
#32F8AF (or 0x32F8AF) is known color: Turquoise. HEX triplet: 32, F8 and AF. RGB value is (50,248,175). Sum of RGB (Red+Green+Blue) = 50+248+175=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F8AF is #CD0750. Grayscale: #B4B4B4. Windows color (decimal): -13436753 or 11532338. OLE color: 11532338.
HSL color Cylindrical-coordinate representation of color #32F8AF: hue angle of 157.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F8AF is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 175 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.03 |
| HSL | 157.88º | 0.93% | 0.58% | - |
| HSV(B) | 157.88º | 0.8% | 0.97% | - |
| XYZ | 42.62 | 70.91 | 52 | - |
| YUV | 180.48 | 124.9 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 175 | 0.80 | 0 | 0.29 | 0.03 | 157.88 | 0.93 | 0.58 |
| Hex | 32 | F8 | AF | 50 | 0 | 1D | 3 | 9E | 5D | 3A |
| Octal | 62 | 370 | 257 | 120 | 0 | 35 | 3 | 236 | 135 | 72 |
| Binary | 110010 | 11111000 | 10101111 | 1010000 | 0 | 11101 | 11 | 10011110 | 1011101 | 111010 |
Color Harmonies of #32F8AF
Complementary color
Monochromatic Colors of #32F8AF
Black with #32F8AF
Text Example
Text Example
White with #32F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F8AF; }
p { color: rgb(50,248,175); }
H1.HeaderClassName
{
color: #32F8AF;
}
.AnyTagClassName
{
color: #32F8AF;
}
</style>
background-color css
<style>
a { background-color: #32F8AF; }
a { background-color: rgb(50,248,175); }
div.DivClassName
{
background-color: #32F8AF;
}
.BgClassName
{
background-color: #32F8AF;
}
</style>
border-color css
<style>
span { border-color: #32F8AF; }
span { border-color: rgb(50,248,175); }
td.TdClassName
{
border-color: #32F8AF;
}
.TagClassName
{
border-color: #32F8AF;
}
</style>