Shades of Turquoise #32F6BB
Tints of Turquoise #32F6BB
RGB
CMYK
RGB Variations
Color information
#32F6BB (or 0x32F6BB) is known color: Turquoise. HEX triplet: 32, F6 and BB. RGB value is (50,246,187). Sum of RGB (Red+Green+Blue) = 50+246+187=483 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.35% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #32F6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F6BB is #CD0944. Grayscale: #B4B4B4. Windows color (decimal): -13437253 or 12318258. OLE color: 12318258.
HSL color Cylindrical-coordinate representation of color #32F6BB: hue angle of 161.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F6BB is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 187 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.04 |
| HSL | 161.94º | 0.92% | 0.58% | - |
| HSV(B) | 161.94º | 0.8% | 0.96% | - |
| XYZ | 43.24 | 70.18 | 58.28 | - |
| YUV | 180.67 | 131.57 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 187 | 0.80 | 0 | 0.24 | 0.04 | 161.94 | 0.92 | 0.58 |
| Hex | 32 | F6 | BB | 50 | 0 | 18 | 4 | A2 | 5C | 3A |
| Octal | 62 | 366 | 273 | 120 | 0 | 30 | 4 | 242 | 134 | 72 |
| Binary | 110010 | 11110110 | 10111011 | 1010000 | 0 | 11000 | 100 | 10100010 | 1011100 | 111010 |
Color Harmonies of #32F6BB
Complementary color
Monochromatic Colors of #32F6BB
Black with #32F6BB
Text Example
Text Example
White with #32F6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F6BB; }
p { color: rgb(50,246,187); }
H1.HeaderClassName
{
color: #32F6BB;
}
.AnyTagClassName
{
color: #32F6BB;
}
</style>
background-color css
<style>
a { background-color: #32F6BB; }
a { background-color: rgb(50,246,187); }
div.DivClassName
{
background-color: #32F6BB;
}
.BgClassName
{
background-color: #32F6BB;
}
</style>
border-color css
<style>
span { border-color: #32F6BB; }
span { border-color: rgb(50,246,187); }
td.TdClassName
{
border-color: #32F6BB;
}
.TagClassName
{
border-color: #32F6BB;
}
</style>