Shades of Turquoise #32FDBB
Tints of Turquoise #32FDBB
RGB
CMYK
RGB Variations
Color information
#32FDBB (or 0x32FDBB) is known color: Turquoise. HEX triplet: 32, FD and BB. RGB value is (50,253,187). Sum of RGB (Red+Green+Blue) = 50+253+187=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDBB is #CD0244. Grayscale: #B8B8B8. Windows color (decimal): -13435461 or 12320050. OLE color: 12320050.
HSL color Cylindrical-coordinate representation of color #32FDBB: hue angle of 160.49º 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 #32FDBB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 187 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.01 |
| HSL | 160.49º | 0.98% | 0.59% | - |
| HSV(B) | 160.49º | 0.8% | 0.99% | - |
| XYZ | 45.41 | 74.52 | 59 | - |
| YUV | 184.78 | 129.25 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 187 | 0.80 | 0 | 0.26 | 0.01 | 160.49 | 0.98 | 0.59 |
| Hex | 32 | FD | BB | 50 | 0 | 1A | 1 | A0 | 62 | 3B |
| Octal | 62 | 375 | 273 | 120 | 0 | 32 | 1 | 240 | 142 | 73 |
| Binary | 110010 | 11111101 | 10111011 | 1010000 | 0 | 11010 | 1 | 10100000 | 1100010 | 111011 |
Color Harmonies of #32FDBB
Complementary color
Monochromatic Colors of #32FDBB
Black with #32FDBB
Text Example
Text Example
White with #32FDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDBB; }
p { color: rgb(50,253,187); }
H1.HeaderClassName
{
color: #32FDBB;
}
.AnyTagClassName
{
color: #32FDBB;
}
</style>
background-color css
<style>
a { background-color: #32FDBB; }
a { background-color: rgb(50,253,187); }
div.DivClassName
{
background-color: #32FDBB;
}
.BgClassName
{
background-color: #32FDBB;
}
</style>
border-color css
<style>
span { border-color: #32FDBB; }
span { border-color: rgb(50,253,187); }
td.TdClassName
{
border-color: #32FDBB;
}
.TagClassName
{
border-color: #32FDBB;
}
</style>