Shades of Turquoise #32FAB3
Tints of Turquoise #32FAB3
RGB
CMYK
RGB Variations
Color information
#32FAB3 (or 0x32FAB3) is known color: Turquoise. HEX triplet: 32, FA and B3. RGB value is (50,250,179). Sum of RGB (Red+Green+Blue) = 50+250+179=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAB3 is #CD054C. Grayscale: #B6B6B6. Windows color (decimal): -13436237 or 11794994. OLE color: 11794994.
HSL color Cylindrical-coordinate representation of color #32FAB3: hue angle of 158.7º 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 #32FAB3 is Cyan = 0.8, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 179 | - |
| CMYK | 0.8 | 0 | 0.28 | 0.02 |
| HSL | 158.7º | 0.95% | 0.59% | - |
| HSV(B) | 158.7º | 0.8% | 0.98% | - |
| XYZ | 43.64 | 72.3 | 54.3 | - |
| YUV | 182.11 | 126.24 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 179 | 0.8 | 0 | 0.28 | 0.02 | 158.7 | 0.95 | 0.59 |
| Hex | 32 | FA | B3 | 50 | 0 | 1C | 2 | 9F | 5F | 3B |
| Octal | 62 | 372 | 263 | 120 | 0 | 34 | 2 | 237 | 137 | 73 |
| Binary | 110010 | 11111010 | 10110011 | 1010000 | 0 | 11100 | 10 | 10011111 | 1011111 | 111011 |
Color Harmonies of #32FAB3
Complementary color
Monochromatic Colors of #32FAB3
Black with #32FAB3
Text Example
Text Example
White with #32FAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAB3; }
p { color: rgb(50,250,179); }
H1.HeaderClassName
{
color: #32FAB3;
}
.AnyTagClassName
{
color: #32FAB3;
}
</style>
background-color css
<style>
a { background-color: #32FAB3; }
a { background-color: rgb(50,250,179); }
div.DivClassName
{
background-color: #32FAB3;
}
.BgClassName
{
background-color: #32FAB3;
}
</style>
border-color css
<style>
span { border-color: #32FAB3; }
span { border-color: rgb(50,250,179); }
td.TdClassName
{
border-color: #32FAB3;
}
.TagClassName
{
border-color: #32FAB3;
}
</style>