Shades of Turquoise #32FAF7
Tints of Turquoise #32FAF7
RGB
CMYK
RGB Variations
Color information
#32FAF7 (or 0x32FAF7) is known color: Turquoise. HEX triplet: 32, FA and F7. RGB value is (50,250,247). Sum of RGB (Red+Green+Blue) = 50+250+247=547 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.14% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAF7 is #CD0508. Grayscale: #BDBDBD. Windows color (decimal): -13436169 or 16251442. OLE color: 16251442.
HSL color Cylindrical-coordinate representation of color #32FAF7: hue angle of 179.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FAF7 is Cyan = 0.8, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 247 | - |
| CMYK | 0.8 | 0 | 0.01 | 0.02 |
| HSL | 179.1º | 0.95% | 0.59% | - |
| HSV(B) | 179.1º | 0.8% | 0.98% | - |
| XYZ | 52.29 | 75.76 | 99.86 | - |
| YUV | 189.86 | 160.24 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 247 | 0.8 | 0 | 0.01 | 0.02 | 179.1 | 0.95 | 0.59 |
| Hex | 32 | FA | F7 | 50 | 0 | 1 | 2 | B3 | 5F | 3B |
| Octal | 62 | 372 | 367 | 120 | 0 | 1 | 2 | 263 | 137 | 73 |
| Binary | 110010 | 11111010 | 11110111 | 1010000 | 0 | 1 | 10 | 10110011 | 1011111 | 111011 |
Color Harmonies of #32FAF7
Complementary color
Monochromatic Colors of #32FAF7
Black with #32FAF7
Text Example
Text Example
White with #32FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAF7; }
p { color: rgb(50,250,247); }
H1.HeaderClassName
{
color: #32FAF7;
}
.AnyTagClassName
{
color: #32FAF7;
}
</style>
background-color css
<style>
a { background-color: #32FAF7; }
a { background-color: rgb(50,250,247); }
div.DivClassName
{
background-color: #32FAF7;
}
.BgClassName
{
background-color: #32FAF7;
}
</style>
border-color css
<style>
span { border-color: #32FAF7; }
span { border-color: rgb(50,250,247); }
td.TdClassName
{
border-color: #32FAF7;
}
.TagClassName
{
border-color: #32FAF7;
}
</style>