Shades of Turquoise #32FABC
Tints of Turquoise #32FABC
RGB
CMYK
RGB Variations
Color information
#32FABC (or 0x32FABC) is known color: Turquoise. HEX triplet: 32, FA and BC. RGB value is (50,250,188). Sum of RGB (Red+Green+Blue) = 50+250+188=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #32FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FABC is #CD0543. Grayscale: #B7B7B7. Windows color (decimal): -13436228 or 12384818. OLE color: 12384818.
HSL color Cylindrical-coordinate representation of color #32FABC: hue angle of 161.4º 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 #32FABC is Cyan = 0.8, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 188 | - |
| CMYK | 0.8 | 0 | 0.25 | 0.02 |
| HSL | 161.4º | 0.95% | 0.59% | - |
| HSV(B) | 161.4º | 0.8% | 0.98% | - |
| XYZ | 44.58 | 72.68 | 59.26 | - |
| YUV | 183.13 | 130.74 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 188 | 0.8 | 0 | 0.25 | 0.02 | 161.4 | 0.95 | 0.59 |
| Hex | 32 | FA | BC | 50 | 0 | 19 | 2 | A1 | 5F | 3B |
| Octal | 62 | 372 | 274 | 120 | 0 | 31 | 2 | 241 | 137 | 73 |
| Binary | 110010 | 11111010 | 10111100 | 1010000 | 0 | 11001 | 10 | 10100001 | 1011111 | 111011 |
Color Harmonies of #32FABC
Complementary color
Monochromatic Colors of #32FABC
Black with #32FABC
Text Example
Text Example
White with #32FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FABC; }
p { color: rgb(50,250,188); }
H1.HeaderClassName
{
color: #32FABC;
}
.AnyTagClassName
{
color: #32FABC;
}
</style>
background-color css
<style>
a { background-color: #32FABC; }
a { background-color: rgb(50,250,188); }
div.DivClassName
{
background-color: #32FABC;
}
.BgClassName
{
background-color: #32FABC;
}
</style>
border-color css
<style>
span { border-color: #32FABC; }
span { border-color: rgb(50,250,188); }
td.TdClassName
{
border-color: #32FABC;
}
.TagClassName
{
border-color: #32FABC;
}
</style>