Shades of Turquoise #32E6BB
Tints of Turquoise #32E6BB
RGB
CMYK
RGB Variations
Color information
#32E6BB (or 0x32E6BB) is known color: Turquoise. HEX triplet: 32, E6 and BB. RGB value is (50,230,187). Sum of RGB (Red+Green+Blue) = 50+230+187=467 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.71% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6BB is #CD1944. Grayscale: #ABABAB. Windows color (decimal): -13441349 or 12314162. OLE color: 12314162.
HSL color Cylindrical-coordinate representation of color #32E6BB: hue angle of 165.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6BB is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 187 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.10 |
| HSL | 165.67º | 0.78% | 0.55% | - |
| HSV(B) | 165.67º | 0.78% | 0.9% | - |
| XYZ | 38.58 | 60.86 | 56.73 | - |
| YUV | 171.28 | 136.87 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 187 | 0.78 | 0 | 0.19 | 0.10 | 165.67 | 0.78 | 0.55 |
| Hex | 32 | E6 | BB | 4E | 0 | 13 | A | A6 | 4E | 37 |
| Octal | 62 | 346 | 273 | 116 | 0 | 23 | 12 | 246 | 116 | 67 |
| Binary | 110010 | 11100110 | 10111011 | 1001110 | 0 | 10011 | 1010 | 10100110 | 1001110 | 110111 |
Color Harmonies of #32E6BB
Complementary color
Monochromatic Colors of #32E6BB
Black with #32E6BB
Text Example
Text Example
White with #32E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6BB; }
p { color: rgb(50,230,187); }
H1.HeaderClassName
{
color: #32E6BB;
}
.AnyTagClassName
{
color: #32E6BB;
}
</style>
background-color css
<style>
a { background-color: #32E6BB; }
a { background-color: rgb(50,230,187); }
div.DivClassName
{
background-color: #32E6BB;
}
.BgClassName
{
background-color: #32E6BB;
}
</style>
border-color css
<style>
span { border-color: #32E6BB; }
span { border-color: rgb(50,230,187); }
td.TdClassName
{
border-color: #32E6BB;
}
.TagClassName
{
border-color: #32E6BB;
}
</style>