Shades of Turquoise #32FABF
Tints of Turquoise #32FABF
RGB
CMYK
RGB Variations
Color information
#32FABF (or 0x32FABF) is known color: Turquoise. HEX triplet: 32, FA and BF. RGB value is (50,250,191). Sum of RGB (Red+Green+Blue) = 50+250+191=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #32FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FABF is #CD0540. Grayscale: #B7B7B7. Windows color (decimal): -13436225 or 12581426. OLE color: 12581426.
HSL color Cylindrical-coordinate representation of color #32FABF: hue angle of 162.3º 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 #32FABF is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 191 | - |
| CMYK | 0.8 | 0 | 0.24 | 0.02 |
| HSL | 162.3º | 0.95% | 0.59% | - |
| HSV(B) | 162.3º | 0.8% | 0.98% | - |
| XYZ | 44.9 | 72.81 | 60.98 | - |
| YUV | 183.47 | 132.24 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 191 | 0.8 | 0 | 0.24 | 0.02 | 162.3 | 0.95 | 0.59 |
| Hex | 32 | FA | BF | 50 | 0 | 18 | 2 | A2 | 5F | 3B |
| Octal | 62 | 372 | 277 | 120 | 0 | 30 | 2 | 242 | 137 | 73 |
| Binary | 110010 | 11111010 | 10111111 | 1010000 | 0 | 11000 | 10 | 10100010 | 1011111 | 111011 |
Color Harmonies of #32FABF
Complementary color
Monochromatic Colors of #32FABF
Black with #32FABF
Text Example
Text Example
White with #32FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FABF; }
p { color: rgb(50,250,191); }
H1.HeaderClassName
{
color: #32FABF;
}
.AnyTagClassName
{
color: #32FABF;
}
</style>
background-color css
<style>
a { background-color: #32FABF; }
a { background-color: rgb(50,250,191); }
div.DivClassName
{
background-color: #32FABF;
}
.BgClassName
{
background-color: #32FABF;
}
</style>
border-color css
<style>
span { border-color: #32FABF; }
span { border-color: rgb(50,250,191); }
td.TdClassName
{
border-color: #32FABF;
}
.TagClassName
{
border-color: #32FABF;
}
</style>