Shades of Turquoise #32F7B0
Tints of Turquoise #32F7B0
RGB
CMYK
RGB Variations
Color information
#32F7B0 (or 0x32F7B0) is known color: Turquoise. HEX triplet: 32, F7 and B0. RGB value is (50,247,176). Sum of RGB (Red+Green+Blue) = 50+247+176=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F7B0 is #CD084F. Grayscale: #B4B4B4. Windows color (decimal): -13437008 or 11597618. OLE color: 11597618.
HSL color Cylindrical-coordinate representation of color #32F7B0: hue angle of 158.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F7B0 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 176 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.03 |
| HSL | 158.38º | 0.92% | 0.58% | - |
| HSV(B) | 158.38º | 0.8% | 0.97% | - |
| XYZ | 42.41 | 70.33 | 52.41 | - |
| YUV | 180 | 125.73 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 176 | 0.80 | 0 | 0.29 | 0.03 | 158.38 | 0.92 | 0.58 |
| Hex | 32 | F7 | B0 | 50 | 0 | 1D | 3 | 9E | 5C | 3A |
| Octal | 62 | 367 | 260 | 120 | 0 | 35 | 3 | 236 | 134 | 72 |
| Binary | 110010 | 11110111 | 10110000 | 1010000 | 0 | 11101 | 11 | 10011110 | 1011100 | 111010 |
Color Harmonies of #32F7B0
Complementary color
Monochromatic Colors of #32F7B0
Black with #32F7B0
Text Example
Text Example
White with #32F7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F7B0; }
p { color: rgb(50,247,176); }
H1.HeaderClassName
{
color: #32F7B0;
}
.AnyTagClassName
{
color: #32F7B0;
}
</style>
background-color css
<style>
a { background-color: #32F7B0; }
a { background-color: rgb(50,247,176); }
div.DivClassName
{
background-color: #32F7B0;
}
.BgClassName
{
background-color: #32F7B0;
}
</style>
border-color css
<style>
span { border-color: #32F7B0; }
span { border-color: rgb(50,247,176); }
td.TdClassName
{
border-color: #32F7B0;
}
.TagClassName
{
border-color: #32F7B0;
}
</style>