Shades of Turquoise #32FAD9
Tints of Turquoise #32FAD9
RGB
CMYK
RGB Variations
Color information
#32FAD9 (or 0x32FAD9) is known color: Turquoise. HEX triplet: 32, FA and D9. RGB value is (50,250,217). Sum of RGB (Red+Green+Blue) = 50+250+217=517 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.67% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAD9 is #CD0526. Grayscale: #BABABA. Windows color (decimal): -13436199 or 14285362. OLE color: 14285362.
HSL color Cylindrical-coordinate representation of color #32FAD9: hue angle of 170.1º 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 #32FAD9 is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 217 | - |
| CMYK | 0.8 | 0 | 0.13 | 0.02 |
| HSL | 170.1º | 0.95% | 0.59% | - |
| HSV(B) | 170.1º | 0.8% | 0.98% | - |
| XYZ | 48.03 | 74.06 | 77.41 | - |
| YUV | 186.44 | 145.24 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 217 | 0.8 | 0 | 0.13 | 0.02 | 170.1 | 0.95 | 0.59 |
| Hex | 32 | FA | D9 | 50 | 0 | D | 2 | AA | 5F | 3B |
| Octal | 62 | 372 | 331 | 120 | 0 | 15 | 2 | 252 | 137 | 73 |
| Binary | 110010 | 11111010 | 11011001 | 1010000 | 0 | 1101 | 10 | 10101010 | 1011111 | 111011 |
Color Harmonies of #32FAD9
Complementary color
Monochromatic Colors of #32FAD9
Black with #32FAD9
Text Example
Text Example
White with #32FAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAD9; }
p { color: rgb(50,250,217); }
H1.HeaderClassName
{
color: #32FAD9;
}
.AnyTagClassName
{
color: #32FAD9;
}
</style>
background-color css
<style>
a { background-color: #32FAD9; }
a { background-color: rgb(50,250,217); }
div.DivClassName
{
background-color: #32FAD9;
}
.BgClassName
{
background-color: #32FAD9;
}
</style>
border-color css
<style>
span { border-color: #32FAD9; }
span { border-color: rgb(50,250,217); }
td.TdClassName
{
border-color: #32FAD9;
}
.TagClassName
{
border-color: #32FAD9;
}
</style>