Shades of Turquoise #32F7BD
Tints of Turquoise #32F7BD
RGB
CMYK
RGB Variations
Color information
#32F7BD (or 0x32F7BD) is known color: Turquoise. HEX triplet: 32, F7 and BD. RGB value is (50,247,189). Sum of RGB (Red+Green+Blue) = 50+247+189=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F7BD is #CD0842. Grayscale: #B5B5B5. Windows color (decimal): -13436995 or 12449586. OLE color: 12449586.
HSL color Cylindrical-coordinate representation of color #32F7BD: hue angle of 162.34º 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 #32F7BD is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 189 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.03 |
| HSL | 162.34º | 0.92% | 0.58% | - |
| HSV(B) | 162.34º | 0.8% | 0.97% | - |
| XYZ | 43.76 | 70.87 | 59.52 | - |
| YUV | 181.49 | 132.23 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 189 | 0.80 | 0 | 0.23 | 0.03 | 162.34 | 0.92 | 0.58 |
| Hex | 32 | F7 | BD | 50 | 0 | 17 | 3 | A2 | 5C | 3A |
| Octal | 62 | 367 | 275 | 120 | 0 | 27 | 3 | 242 | 134 | 72 |
| Binary | 110010 | 11110111 | 10111101 | 1010000 | 0 | 10111 | 11 | 10100010 | 1011100 | 111010 |
Color Harmonies of #32F7BD
Complementary color
Monochromatic Colors of #32F7BD
Black with #32F7BD
Text Example
Text Example
White with #32F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F7BD; }
p { color: rgb(50,247,189); }
H1.HeaderClassName
{
color: #32F7BD;
}
.AnyTagClassName
{
color: #32F7BD;
}
</style>
background-color css
<style>
a { background-color: #32F7BD; }
a { background-color: rgb(50,247,189); }
div.DivClassName
{
background-color: #32F7BD;
}
.BgClassName
{
background-color: #32F7BD;
}
</style>
border-color css
<style>
span { border-color: #32F7BD; }
span { border-color: rgb(50,247,189); }
td.TdClassName
{
border-color: #32F7BD;
}
.TagClassName
{
border-color: #32F7BD;
}
</style>