Shades of Turquoise #32FCBA
Tints of Turquoise #32FCBA
RGB
CMYK
RGB Variations
Color information
#32FCBA (or 0x32FCBA) is known color: Turquoise. HEX triplet: 32, FC and BA. RGB value is (50,252,186). Sum of RGB (Red+Green+Blue) = 50+252+186=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCBA is #CD0345. Grayscale: #B8B8B8. Windows color (decimal): -13435718 or 12254258. OLE color: 12254258.
HSL color Cylindrical-coordinate representation of color #32FCBA: hue angle of 160.4º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FCBA is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 186 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.01 |
| HSL | 160.4º | 0.97% | 0.59% | - |
| HSV(B) | 160.4º | 0.8% | 0.99% | - |
| XYZ | 44.99 | 73.84 | 58.34 | - |
| YUV | 184.08 | 129.08 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 186 | 0.80 | 0 | 0.26 | 0.01 | 160.4 | 0.97 | 0.59 |
| Hex | 32 | FC | BA | 50 | 0 | 1A | 1 | A0 | 61 | 3B |
| Octal | 62 | 374 | 272 | 120 | 0 | 32 | 1 | 240 | 141 | 73 |
| Binary | 110010 | 11111100 | 10111010 | 1010000 | 0 | 11010 | 1 | 10100000 | 1100001 | 111011 |
Color Harmonies of #32FCBA
Complementary color
Monochromatic Colors of #32FCBA
Black with #32FCBA
Text Example
Text Example
White with #32FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCBA; }
p { color: rgb(50,252,186); }
H1.HeaderClassName
{
color: #32FCBA;
}
.AnyTagClassName
{
color: #32FCBA;
}
</style>
background-color css
<style>
a { background-color: #32FCBA; }
a { background-color: rgb(50,252,186); }
div.DivClassName
{
background-color: #32FCBA;
}
.BgClassName
{
background-color: #32FCBA;
}
</style>
border-color css
<style>
span { border-color: #32FCBA; }
span { border-color: rgb(50,252,186); }
td.TdClassName
{
border-color: #32FCBA;
}
.TagClassName
{
border-color: #32FCBA;
}
</style>