Shades of Turquoise #32FABD
Tints of Turquoise #32FABD
RGB
CMYK
RGB Variations
Color information
#32FABD (or 0x32FABD) is known color: Turquoise. HEX triplet: 32, FA and BD. RGB value is (50,250,189). Sum of RGB (Red+Green+Blue) = 50+250+189=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #32FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FABD is #CD0542. Grayscale: #B7B7B7. Windows color (decimal): -13436227 or 12450354. OLE color: 12450354.
HSL color Cylindrical-coordinate representation of color #32FABD: hue angle of 161.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 #32FABD is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 189 | - |
| CMYK | 0.8 | 0 | 0.24 | 0.02 |
| HSL | 161.7º | 0.95% | 0.59% | - |
| HSV(B) | 161.7º | 0.8% | 0.98% | - |
| XYZ | 44.69 | 72.72 | 59.83 | - |
| YUV | 183.25 | 131.24 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 189 | 0.8 | 0 | 0.24 | 0.02 | 161.7 | 0.95 | 0.59 |
| Hex | 32 | FA | BD | 50 | 0 | 18 | 2 | A2 | 5F | 3B |
| Octal | 62 | 372 | 275 | 120 | 0 | 30 | 2 | 242 | 137 | 73 |
| Binary | 110010 | 11111010 | 10111101 | 1010000 | 0 | 11000 | 10 | 10100010 | 1011111 | 111011 |
Color Harmonies of #32FABD
Complementary color
Monochromatic Colors of #32FABD
Black with #32FABD
Text Example
Text Example
White with #32FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FABD; }
p { color: rgb(50,250,189); }
H1.HeaderClassName
{
color: #32FABD;
}
.AnyTagClassName
{
color: #32FABD;
}
</style>
background-color css
<style>
a { background-color: #32FABD; }
a { background-color: rgb(50,250,189); }
div.DivClassName
{
background-color: #32FABD;
}
.BgClassName
{
background-color: #32FABD;
}
</style>
border-color css
<style>
span { border-color: #32FABD; }
span { border-color: rgb(50,250,189); }
td.TdClassName
{
border-color: #32FABD;
}
.TagClassName
{
border-color: #32FABD;
}
</style>