Shades of Turquoise #32E6BE
Tints of Turquoise #32E6BE
RGB
CMYK
RGB Variations
Color information
#32E6BE (or 0x32E6BE) is known color: Turquoise. HEX triplet: 32, E6 and BE. RGB value is (50,230,190). Sum of RGB (Red+Green+Blue) = 50+230+190=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6BE is #CD1941. Grayscale: #ABABAB. Windows color (decimal): -13441346 or 12510770. OLE color: 12510770.
HSL color Cylindrical-coordinate representation of color #32E6BE: hue angle of 166.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 #32E6BE is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 190 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.10 |
| HSL | 166.67º | 0.78% | 0.55% | - |
| HSV(B) | 166.67º | 0.78% | 0.9% | - |
| XYZ | 38.91 | 60.99 | 58.44 | - |
| YUV | 171.62 | 138.37 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 190 | 0.78 | 0 | 0.17 | 0.10 | 166.67 | 0.78 | 0.55 |
| Hex | 32 | E6 | BE | 4E | 0 | 11 | A | A7 | 4E | 37 |
| Octal | 62 | 346 | 276 | 116 | 0 | 21 | 12 | 247 | 116 | 67 |
| Binary | 110010 | 11100110 | 10111110 | 1001110 | 0 | 10001 | 1010 | 10100111 | 1001110 | 110111 |
Color Harmonies of #32E6BE
Complementary color
Monochromatic Colors of #32E6BE
Black with #32E6BE
Text Example
Text Example
White with #32E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6BE; }
p { color: rgb(50,230,190); }
H1.HeaderClassName
{
color: #32E6BE;
}
.AnyTagClassName
{
color: #32E6BE;
}
</style>
background-color css
<style>
a { background-color: #32E6BE; }
a { background-color: rgb(50,230,190); }
div.DivClassName
{
background-color: #32E6BE;
}
.BgClassName
{
background-color: #32E6BE;
}
</style>
border-color css
<style>
span { border-color: #32E6BE; }
span { border-color: rgb(50,230,190); }
td.TdClassName
{
border-color: #32E6BE;
}
.TagClassName
{
border-color: #32E6BE;
}
</style>