Shades of Pale Turquoise #9FFFF7
Tints of Pale Turquoise #9FFFF7
RGB
CMYK
RGB Variations
Color information
#9FFFF7 (or 0x9FFFF7) is known color: Pale Turquoise. HEX triplet: 9F, FF and F7. RGB value is (159,255,247). Sum of RGB (Red+Green+Blue) = 159+255+247=661 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.05% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFF7 is #600008. Grayscale: #E1E1E1. Windows color (decimal): -6291465 or 16252831. OLE color: 16252831.
HSL color Cylindrical-coordinate representation of color #9FFFF7: hue angle of 175º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFF7 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 247 | - |
| CMYK | 0.38 | 0 | 0.03 | 0 |
| HSL | 175º | 1% | 0.81% | - |
| HSV(B) | 175º | 0.38% | 1% | - |
| XYZ | 66.85 | 85.61 | 101 | - |
| YUV | 225.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 247 | 0.38 | 0 | 0.03 | 0 | 175 | 1 | 0.81 |
| Hex | 9F | FF | F7 | 26 | 0 | 3 | 0 | AF | 64 | 51 |
| Octal | 237 | 377 | 367 | 46 | 0 | 3 | 0 | 257 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11110111 | 100110 | 0 | 11 | 0 | 10101111 | 1100100 | 1010001 |
Color Harmonies of #9FFFF7
Complementary color
Monochromatic Colors of #9FFFF7
Black with #9FFFF7
Text Example
Text Example
White with #9FFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFF7; }
p { color: rgb(159,255,247); }
H1.HeaderClassName
{
color: #9FFFF7;
}
.AnyTagClassName
{
color: #9FFFF7;
}
</style>
background-color css
<style>
a { background-color: #9FFFF7; }
a { background-color: rgb(159,255,247); }
div.DivClassName
{
background-color: #9FFFF7;
}
.BgClassName
{
background-color: #9FFFF7;
}
</style>
border-color css
<style>
span { border-color: #9FFFF7; }
span { border-color: rgb(159,255,247); }
td.TdClassName
{
border-color: #9FFFF7;
}
.TagClassName
{
border-color: #9FFFF7;
}
</style>