Shades of Turquoise #32FBBB
Tints of Turquoise #32FBBB
RGB
CMYK
RGB Variations
Color information
#32FBBB (or 0x32FBBB) is known color: Turquoise. HEX triplet: 32, FB and BB. RGB value is (50,251,187). Sum of RGB (Red+Green+Blue) = 50+251+187=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBBB is #CD0444. Grayscale: #B7B7B7. Windows color (decimal): -13435973 or 12319538. OLE color: 12319538.
HSL color Cylindrical-coordinate representation of color #32FBBB: hue angle of 160.9º degrees, saturation: 0.96, 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 #32FBBB is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 187 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.02 |
| HSL | 160.9º | 0.96% | 0.59% | - |
| HSV(B) | 160.9º | 0.8% | 0.98% | - |
| XYZ | 44.78 | 73.26 | 58.79 | - |
| YUV | 183.61 | 129.91 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 187 | 0.80 | 0 | 0.25 | 0.02 | 160.9 | 0.96 | 0.59 |
| Hex | 32 | FB | BB | 50 | 0 | 19 | 2 | A1 | 60 | 3B |
| Octal | 62 | 373 | 273 | 120 | 0 | 31 | 2 | 241 | 140 | 73 |
| Binary | 110010 | 11111011 | 10111011 | 1010000 | 0 | 11001 | 10 | 10100001 | 1100000 | 111011 |
Color Harmonies of #32FBBB
Complementary color
Monochromatic Colors of #32FBBB
Black with #32FBBB
Text Example
Text Example
White with #32FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBBB; }
p { color: rgb(50,251,187); }
H1.HeaderClassName
{
color: #32FBBB;
}
.AnyTagClassName
{
color: #32FBBB;
}
</style>
background-color css
<style>
a { background-color: #32FBBB; }
a { background-color: rgb(50,251,187); }
div.DivClassName
{
background-color: #32FBBB;
}
.BgClassName
{
background-color: #32FBBB;
}
</style>
border-color css
<style>
span { border-color: #32FBBB; }
span { border-color: rgb(50,251,187); }
td.TdClassName
{
border-color: #32FBBB;
}
.TagClassName
{
border-color: #32FBBB;
}
</style>