Shades of Turquoise #32FFBF
Tints of Turquoise #32FFBF
RGB
CMYK
RGB Variations
Color information
#32FFBF (or 0x32FFBF) is known color: Turquoise. HEX triplet: 32, FF and BF. RGB value is (50,255,191). Sum of RGB (Red+Green+Blue) = 50+255+191=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFBF is #CD0040. Grayscale: #BABABA. Windows color (decimal): -13434945 or 12582706. OLE color: 12582706.
HSL color Cylindrical-coordinate representation of color #32FFBF: hue angle of 161.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFBF is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 191 | - |
| CMYK | 0.80 | 0 | 0.25 | 0 |
| HSL | 161.27º | 1% | 0.6% | - |
| HSV(B) | 161.27º | 0.8% | 1% | - |
| XYZ | 46.48 | 75.96 | 61.5 | - |
| YUV | 186.41 | 130.58 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 191 | 0.80 | 0 | 0.25 | 0 | 161.27 | 1 | 0.6 |
| Hex | 32 | FF | BF | 50 | 0 | 19 | 0 | A1 | 64 | 3C |
| Octal | 62 | 377 | 277 | 120 | 0 | 31 | 0 | 241 | 144 | 74 |
| Binary | 110010 | 11111111 | 10111111 | 1010000 | 0 | 11001 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #32FFBF
Complementary color
Monochromatic Colors of #32FFBF
Black with #32FFBF
Text Example
Text Example
White with #32FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFBF; }
p { color: rgb(50,255,191); }
H1.HeaderClassName
{
color: #32FFBF;
}
.AnyTagClassName
{
color: #32FFBF;
}
</style>
background-color css
<style>
a { background-color: #32FFBF; }
a { background-color: rgb(50,255,191); }
div.DivClassName
{
background-color: #32FFBF;
}
.BgClassName
{
background-color: #32FFBF;
}
</style>
border-color css
<style>
span { border-color: #32FFBF; }
span { border-color: rgb(50,255,191); }
td.TdClassName
{
border-color: #32FFBF;
}
.TagClassName
{
border-color: #32FFBF;
}
</style>