Shades of Turquoise #32F1BB
Tints of Turquoise #32F1BB
RGB
CMYK
RGB Variations
Color information
#32F1BB (or 0x32F1BB) is known color: Turquoise. HEX triplet: 32, F1 and BB. RGB value is (50,241,187). Sum of RGB (Red+Green+Blue) = 50+241+187=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F1BB is #CD0E44. Grayscale: #B1B1B1. Windows color (decimal): -13438533 or 12316978. OLE color: 12316978.
HSL color Cylindrical-coordinate representation of color #32F1BB: hue angle of 163.04º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F1BB is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 187 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.05 |
| HSL | 163.04º | 0.87% | 0.57% | - |
| HSV(B) | 163.04º | 0.79% | 0.95% | - |
| XYZ | 41.74 | 67.18 | 57.78 | - |
| YUV | 177.74 | 133.22 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 187 | 0.79 | 0 | 0.22 | 0.05 | 163.04 | 0.87 | 0.57 |
| Hex | 32 | F1 | BB | 4F | 0 | 16 | 5 | A3 | 57 | 39 |
| Octal | 62 | 361 | 273 | 117 | 0 | 26 | 5 | 243 | 127 | 71 |
| Binary | 110010 | 11110001 | 10111011 | 1001111 | 0 | 10110 | 101 | 10100011 | 1010111 | 111001 |
Color Harmonies of #32F1BB
Complementary color
Monochromatic Colors of #32F1BB
Black with #32F1BB
Text Example
Text Example
White with #32F1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F1BB; }
p { color: rgb(50,241,187); }
H1.HeaderClassName
{
color: #32F1BB;
}
.AnyTagClassName
{
color: #32F1BB;
}
</style>
background-color css
<style>
a { background-color: #32F1BB; }
a { background-color: rgb(50,241,187); }
div.DivClassName
{
background-color: #32F1BB;
}
.BgClassName
{
background-color: #32F1BB;
}
</style>
border-color css
<style>
span { border-color: #32F1BB; }
span { border-color: rgb(50,241,187); }
td.TdClassName
{
border-color: #32F1BB;
}
.TagClassName
{
border-color: #32F1BB;
}
</style>