Shades of Turquoise #32F7DC
Tints of Turquoise #32F7DC
RGB
CMYK
RGB Variations
Color information
#32F7DC (or 0x32F7DC) is known color: Turquoise. HEX triplet: 32, F7 and DC. RGB value is (50,247,220). Sum of RGB (Red+Green+Blue) = 50+247+220=517 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.67% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #32F7DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F7DC is #CD0823. Grayscale: #B8B8B8. Windows color (decimal): -13436964 or 14481202. OLE color: 14481202.
HSL color Cylindrical-coordinate representation of color #32F7DC: hue angle of 171.78º 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 #32F7DC is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 220 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.03 |
| HSL | 171.78º | 0.92% | 0.58% | - |
| HSV(B) | 171.78º | 0.8% | 0.97% | - |
| XYZ | 47.49 | 72.37 | 79.18 | - |
| YUV | 185.02 | 147.73 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 220 | 0.80 | 0 | 0.11 | 0.03 | 171.78 | 0.92 | 0.58 |
| Hex | 32 | F7 | DC | 50 | 0 | B | 3 | AC | 5C | 3A |
| Octal | 62 | 367 | 334 | 120 | 0 | 13 | 3 | 254 | 134 | 72 |
| Binary | 110010 | 11110111 | 11011100 | 1010000 | 0 | 1011 | 11 | 10101100 | 1011100 | 111010 |
Color Harmonies of #32F7DC
Complementary color
Monochromatic Colors of #32F7DC
Black with #32F7DC
Text Example
Text Example
White with #32F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F7DC; }
p { color: rgb(50,247,220); }
H1.HeaderClassName
{
color: #32F7DC;
}
.AnyTagClassName
{
color: #32F7DC;
}
</style>
background-color css
<style>
a { background-color: #32F7DC; }
a { background-color: rgb(50,247,220); }
div.DivClassName
{
background-color: #32F7DC;
}
.BgClassName
{
background-color: #32F7DC;
}
</style>
border-color css
<style>
span { border-color: #32F7DC; }
span { border-color: rgb(50,247,220); }
td.TdClassName
{
border-color: #32F7DC;
}
.TagClassName
{
border-color: #32F7DC;
}
</style>