Shades of Turquoise #32FABE
Tints of Turquoise #32FABE
RGB
CMYK
RGB Variations
Color information
#32FABE (or 0x32FABE) is known color: Turquoise. HEX triplet: 32, FA and BE. RGB value is (50,250,190). Sum of RGB (Red+Green+Blue) = 50+250+190=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #32FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FABE is #CD0541. Grayscale: #B7B7B7. Windows color (decimal): -13436226 or 12515890. OLE color: 12515890.
HSL color Cylindrical-coordinate representation of color #32FABE: hue angle of 162º 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 #32FABE is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 190 | - |
| CMYK | 0.8 | 0 | 0.24 | 0.02 |
| HSL | 162º | 0.95% | 0.59% | - |
| HSV(B) | 162º | 0.8% | 0.98% | - |
| XYZ | 44.8 | 72.77 | 60.4 | - |
| YUV | 183.36 | 131.74 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 190 | 0.8 | 0 | 0.24 | 0.02 | 162 | 0.95 | 0.59 |
| Hex | 32 | FA | BE | 50 | 0 | 18 | 2 | A2 | 5F | 3B |
| Octal | 62 | 372 | 276 | 120 | 0 | 30 | 2 | 242 | 137 | 73 |
| Binary | 110010 | 11111010 | 10111110 | 1010000 | 0 | 11000 | 10 | 10100010 | 1011111 | 111011 |
Color Harmonies of #32FABE
Complementary color
Monochromatic Colors of #32FABE
Black with #32FABE
Text Example
Text Example
White with #32FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FABE; }
p { color: rgb(50,250,190); }
H1.HeaderClassName
{
color: #32FABE;
}
.AnyTagClassName
{
color: #32FABE;
}
</style>
background-color css
<style>
a { background-color: #32FABE; }
a { background-color: rgb(50,250,190); }
div.DivClassName
{
background-color: #32FABE;
}
.BgClassName
{
background-color: #32FABE;
}
</style>
border-color css
<style>
span { border-color: #32FABE; }
span { border-color: rgb(50,250,190); }
td.TdClassName
{
border-color: #32FABE;
}
.TagClassName
{
border-color: #32FABE;
}
</style>