Shades of Turquoise #32FAB2
Tints of Turquoise #32FAB2
RGB
CMYK
RGB Variations
Color information
#32FAB2 (or 0x32FAB2) is known color: Turquoise. HEX triplet: 32, FA and B2. RGB value is (50,250,178). Sum of RGB (Red+Green+Blue) = 50+250+178=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FAB2 is #CD054D. Grayscale: #B6B6B6. Windows color (decimal): -13436238 or 11729458. OLE color: 11729458.
HSL color Cylindrical-coordinate representation of color #32FAB2: hue angle of 158.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 #32FAB2 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 178 | - |
| CMYK | 0.8 | 0 | 0.29 | 0.02 |
| HSL | 158.4º | 0.95% | 0.59% | - |
| HSV(B) | 158.4º | 0.8% | 0.98% | - |
| XYZ | 43.54 | 72.26 | 53.77 | - |
| YUV | 181.99 | 125.74 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 178 | 0.8 | 0 | 0.29 | 0.02 | 158.4 | 0.95 | 0.59 |
| Hex | 32 | FA | B2 | 50 | 0 | 1D | 2 | 9E | 5F | 3B |
| Octal | 62 | 372 | 262 | 120 | 0 | 35 | 2 | 236 | 137 | 73 |
| Binary | 110010 | 11111010 | 10110010 | 1010000 | 0 | 11101 | 10 | 10011110 | 1011111 | 111011 |
Color Harmonies of #32FAB2
Complementary color
Monochromatic Colors of #32FAB2
Black with #32FAB2
Text Example
Text Example
White with #32FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAB2; }
p { color: rgb(50,250,178); }
H1.HeaderClassName
{
color: #32FAB2;
}
.AnyTagClassName
{
color: #32FAB2;
}
</style>
background-color css
<style>
a { background-color: #32FAB2; }
a { background-color: rgb(50,250,178); }
div.DivClassName
{
background-color: #32FAB2;
}
.BgClassName
{
background-color: #32FAB2;
}
</style>
border-color css
<style>
span { border-color: #32FAB2; }
span { border-color: rgb(50,250,178); }
td.TdClassName
{
border-color: #32FAB2;
}
.TagClassName
{
border-color: #32FAB2;
}
</style>