Shades of Pale Turquoise #9FFBF7
Tints of Pale Turquoise #9FFBF7
RGB
CMYK
RGB Variations
Color information
#9FFBF7 (or 0x9FFBF7) is known color: Pale Turquoise. HEX triplet: 9F, FB and F7. RGB value is (159,251,247). Sum of RGB (Red+Green+Blue) = 159+251+247=657 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.20% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBF7 is #600408. Grayscale: #DEDEDE. Windows color (decimal): -6292489 or 16251807. OLE color: 16251807.
HSL color Cylindrical-coordinate representation of color #9FFBF7: hue angle of 177.39º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBF7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 247 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.02 |
| HSL | 177.39º | 0.92% | 0.8% | - |
| HSV(B) | 177.39º | 0.37% | 0.98% | - |
| XYZ | 65.58 | 83.08 | 100.58 | - |
| YUV | 223.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 247 | 0.37 | 0 | 0.02 | 0.02 | 177.39 | 0.92 | 0.8 |
| Hex | 9F | FB | F7 | 25 | 0 | 2 | 2 | B1 | 5C | 50 |
| Octal | 237 | 373 | 367 | 45 | 0 | 2 | 2 | 261 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11110111 | 100101 | 0 | 10 | 10 | 10110001 | 1011100 | 1010000 |
Color Harmonies of #9FFBF7
Complementary color
Monochromatic Colors of #9FFBF7
Black with #9FFBF7
Text Example
Text Example
White with #9FFBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBF7; }
p { color: rgb(159,251,247); }
H1.HeaderClassName
{
color: #9FFBF7;
}
.AnyTagClassName
{
color: #9FFBF7;
}
</style>
background-color css
<style>
a { background-color: #9FFBF7; }
a { background-color: rgb(159,251,247); }
div.DivClassName
{
background-color: #9FFBF7;
}
.BgClassName
{
background-color: #9FFBF7;
}
</style>
border-color css
<style>
span { border-color: #9FFBF7; }
span { border-color: rgb(159,251,247); }
td.TdClassName
{
border-color: #9FFBF7;
}
.TagClassName
{
border-color: #9FFBF7;
}
</style>