Shades of Turquoise #32F2BB
Tints of Turquoise #32F2BB
RGB
CMYK
RGB Variations
Color information
#32F2BB (or 0x32F2BB) is known color: Turquoise. HEX triplet: 32, F2 and BB. RGB value is (50,242,187). Sum of RGB (Red+Green+Blue) = 50+242+187=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #32F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F2BB is #CD0D44. Grayscale: #B2B2B2. Windows color (decimal): -13438277 or 12317234. OLE color: 12317234.
HSL color Cylindrical-coordinate representation of color #32F2BB: hue angle of 162.81º degrees, saturation: 0.88, 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 #32F2BB is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 187 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.05 |
| HSL | 162.81º | 0.88% | 0.57% | - |
| HSV(B) | 162.81º | 0.79% | 0.95% | - |
| XYZ | 42.04 | 67.77 | 57.88 | - |
| YUV | 178.32 | 132.89 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 187 | 0.79 | 0 | 0.23 | 0.05 | 162.81 | 0.88 | 0.57 |
| Hex | 32 | F2 | BB | 4F | 0 | 17 | 5 | A3 | 58 | 39 |
| Octal | 62 | 362 | 273 | 117 | 0 | 27 | 5 | 243 | 130 | 71 |
| Binary | 110010 | 11110010 | 10111011 | 1001111 | 0 | 10111 | 101 | 10100011 | 1011000 | 111001 |
Color Harmonies of #32F2BB
Complementary color
Monochromatic Colors of #32F2BB
Black with #32F2BB
Text Example
Text Example
White with #32F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F2BB; }
p { color: rgb(50,242,187); }
H1.HeaderClassName
{
color: #32F2BB;
}
.AnyTagClassName
{
color: #32F2BB;
}
</style>
background-color css
<style>
a { background-color: #32F2BB; }
a { background-color: rgb(50,242,187); }
div.DivClassName
{
background-color: #32F2BB;
}
.BgClassName
{
background-color: #32F2BB;
}
</style>
border-color css
<style>
span { border-color: #32F2BB; }
span { border-color: rgb(50,242,187); }
td.TdClassName
{
border-color: #32F2BB;
}
.TagClassName
{
border-color: #32F2BB;
}
</style>