Shades of Turquoise #32F7E3
Tints of Turquoise #32F7E3
RGB
CMYK
RGB Variations
Color information
#32F7E3 (or 0x32F7E3) is known color: Turquoise. HEX triplet: 32, F7 and E3. RGB value is (50,247,227). Sum of RGB (Red+Green+Blue) = 50+247+227=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F7E3 is #CD081C. Grayscale: #B9B9B9. Windows color (decimal): -13436957 or 14939954. OLE color: 14939954.
HSL color Cylindrical-coordinate representation of color #32F7E3: hue angle of 173.91º 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 #32F7E3 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 227 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.03 |
| HSL | 173.91º | 0.92% | 0.58% | - |
| HSV(B) | 173.91º | 0.8% | 0.97% | - |
| XYZ | 48.44 | 72.75 | 84.16 | - |
| YUV | 185.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 227 | 0.80 | 0 | 0.08 | 0.03 | 173.91 | 0.92 | 0.58 |
| Hex | 32 | F7 | E3 | 50 | 0 | 8 | 3 | AE | 5C | 3A |
| Octal | 62 | 367 | 343 | 120 | 0 | 10 | 3 | 256 | 134 | 72 |
| Binary | 110010 | 11110111 | 11100011 | 1010000 | 0 | 1000 | 11 | 10101110 | 1011100 | 111010 |
Color Harmonies of #32F7E3
Complementary color
Monochromatic Colors of #32F7E3
Black with #32F7E3
Text Example
Text Example
White with #32F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F7E3; }
p { color: rgb(50,247,227); }
H1.HeaderClassName
{
color: #32F7E3;
}
.AnyTagClassName
{
color: #32F7E3;
}
</style>
background-color css
<style>
a { background-color: #32F7E3; }
a { background-color: rgb(50,247,227); }
div.DivClassName
{
background-color: #32F7E3;
}
.BgClassName
{
background-color: #32F7E3;
}
</style>
border-color css
<style>
span { border-color: #32F7E3; }
span { border-color: rgb(50,247,227); }
td.TdClassName
{
border-color: #32F7E3;
}
.TagClassName
{
border-color: #32F7E3;
}
</style>