Shades of Turquoise #32FAB1
Tints of Turquoise #32FAB1
RGB
CMYK
RGB Variations
Color information
#32FAB1 (or 0x32FAB1) is known color: Turquoise. HEX triplet: 32, FA and B1. RGB value is (50,250,177). Sum of RGB (Red+Green+Blue) = 50+250+177=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FAB1 is #CD054E. Grayscale: #B5B5B5. Windows color (decimal): -13436239 or 11663922. OLE color: 11663922.
HSL color Cylindrical-coordinate representation of color #32FAB1: hue angle of 158.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 #32FAB1 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 177 | - |
| CMYK | 0.8 | 0 | 0.29 | 0.02 |
| HSL | 158.1º | 0.95% | 0.59% | - |
| HSV(B) | 158.1º | 0.8% | 0.98% | - |
| XYZ | 43.44 | 72.22 | 53.25 | - |
| YUV | 181.88 | 125.24 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 177 | 0.8 | 0 | 0.29 | 0.02 | 158.1 | 0.95 | 0.59 |
| Hex | 32 | FA | B1 | 50 | 0 | 1D | 2 | 9E | 5F | 3B |
| Octal | 62 | 372 | 261 | 120 | 0 | 35 | 2 | 236 | 137 | 73 |
| Binary | 110010 | 11111010 | 10110001 | 1010000 | 0 | 11101 | 10 | 10011110 | 1011111 | 111011 |
Color Harmonies of #32FAB1
Complementary color
Monochromatic Colors of #32FAB1
Black with #32FAB1
Text Example
Text Example
White with #32FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAB1; }
p { color: rgb(50,250,177); }
H1.HeaderClassName
{
color: #32FAB1;
}
.AnyTagClassName
{
color: #32FAB1;
}
</style>
background-color css
<style>
a { background-color: #32FAB1; }
a { background-color: rgb(50,250,177); }
div.DivClassName
{
background-color: #32FAB1;
}
.BgClassName
{
background-color: #32FAB1;
}
</style>
border-color css
<style>
span { border-color: #32FAB1; }
span { border-color: rgb(50,250,177); }
td.TdClassName
{
border-color: #32FAB1;
}
.TagClassName
{
border-color: #32FAB1;
}
</style>