Shades of Turquoise #32FDBA
Tints of Turquoise #32FDBA
RGB
CMYK
RGB Variations
Color information
#32FDBA (or 0x32FDBA) is known color: Turquoise. HEX triplet: 32, FD and BA. RGB value is (50,253,186). Sum of RGB (Red+Green+Blue) = 50+253+186=489 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.22% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDBA is #CD0245. Grayscale: #B8B8B8. Windows color (decimal): -13435462 or 12254514. OLE color: 12254514.
HSL color Cylindrical-coordinate representation of color #32FDBA: hue angle of 160.2º degrees, saturation: 0.98, 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 #32FDBA is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 186 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.01 |
| HSL | 160.2º | 0.98% | 0.59% | - |
| HSV(B) | 160.2º | 0.8% | 0.99% | - |
| XYZ | 45.3 | 74.47 | 58.44 | - |
| YUV | 184.67 | 128.75 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 186 | 0.80 | 0 | 0.26 | 0.01 | 160.2 | 0.98 | 0.59 |
| Hex | 32 | FD | BA | 50 | 0 | 1A | 1 | A0 | 62 | 3B |
| Octal | 62 | 375 | 272 | 120 | 0 | 32 | 1 | 240 | 142 | 73 |
| Binary | 110010 | 11111101 | 10111010 | 1010000 | 0 | 11010 | 1 | 10100000 | 1100010 | 111011 |
Color Harmonies of #32FDBA
Complementary color
Monochromatic Colors of #32FDBA
Black with #32FDBA
Text Example
Text Example
White with #32FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDBA; }
p { color: rgb(50,253,186); }
H1.HeaderClassName
{
color: #32FDBA;
}
.AnyTagClassName
{
color: #32FDBA;
}
</style>
background-color css
<style>
a { background-color: #32FDBA; }
a { background-color: rgb(50,253,186); }
div.DivClassName
{
background-color: #32FDBA;
}
.BgClassName
{
background-color: #32FDBA;
}
</style>
border-color css
<style>
span { border-color: #32FDBA; }
span { border-color: rgb(50,253,186); }
td.TdClassName
{
border-color: #32FDBA;
}
.TagClassName
{
border-color: #32FDBA;
}
</style>