Shades of Turquoise #32FAC5
Tints of Turquoise #32FAC5
RGB
CMYK
RGB Variations
Color information
#32FAC5 (or 0x32FAC5) is known color: Turquoise. HEX triplet: 32, FA and C5. RGB value is (50,250,197). Sum of RGB (Red+Green+Blue) = 50+250+197=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAC5 is #CD053A. Grayscale: #B8B8B8. Windows color (decimal): -13436219 or 12974642. OLE color: 12974642.
HSL color Cylindrical-coordinate representation of color #32FAC5: hue angle of 164.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 #32FAC5 is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 197 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.02 |
| HSL | 164.1º | 0.95% | 0.59% | - |
| HSV(B) | 164.1º | 0.8% | 0.98% | - |
| XYZ | 45.58 | 73.08 | 64.53 | - |
| YUV | 184.16 | 135.24 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 197 | 0.8 | 0 | 0.21 | 0.02 | 164.1 | 0.95 | 0.59 |
| Hex | 32 | FA | C5 | 50 | 0 | 15 | 2 | A4 | 5F | 3B |
| Octal | 62 | 372 | 305 | 120 | 0 | 25 | 2 | 244 | 137 | 73 |
| Binary | 110010 | 11111010 | 11000101 | 1010000 | 0 | 10101 | 10 | 10100100 | 1011111 | 111011 |
Color Harmonies of #32FAC5
Complementary color
Monochromatic Colors of #32FAC5
Black with #32FAC5
Text Example
Text Example
White with #32FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAC5; }
p { color: rgb(50,250,197); }
H1.HeaderClassName
{
color: #32FAC5;
}
.AnyTagClassName
{
color: #32FAC5;
}
</style>
background-color css
<style>
a { background-color: #32FAC5; }
a { background-color: rgb(50,250,197); }
div.DivClassName
{
background-color: #32FAC5;
}
.BgClassName
{
background-color: #32FAC5;
}
</style>
border-color css
<style>
span { border-color: #32FAC5; }
span { border-color: rgb(50,250,197); }
td.TdClassName
{
border-color: #32FAC5;
}
.TagClassName
{
border-color: #32FAC5;
}
</style>