Shades of Pale Turquoise #9FFAF9
Tints of Pale Turquoise #9FFAF9
RGB
CMYK
RGB Variations
Color information
#9FFAF9 (or 0x9FFAF9) is known color: Pale Turquoise. HEX triplet: 9F, FA and F9. RGB value is (159,250,249). Sum of RGB (Red+Green+Blue) = 159+250+249=658 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.16% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAF9 is #600506. Grayscale: #DEDEDE. Windows color (decimal): -6292743 or 16382623. OLE color: 16382623.
HSL color Cylindrical-coordinate representation of color #9FFAF9: hue angle of 179.34º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAF9 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 249 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.02 |
| HSL | 179.34º | 0.9% | 0.8% | - |
| HSV(B) | 179.34º | 0.36% | 0.98% | - |
| XYZ | 65.58 | 82.58 | 102.11 | - |
| YUV | 222.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 249 | 0.36 | 0 | 0.00 | 0.02 | 179.34 | 0.9 | 0.8 |
| Hex | 9F | FA | F9 | 24 | 0 | 0 | 2 | B3 | 5A | 50 |
| Octal | 237 | 372 | 371 | 44 | 0 | 0 | 2 | 263 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11111001 | 100100 | 0 | 0 | 10 | 10110011 | 1011010 | 1010000 |
Color Harmonies of #9FFAF9
Complementary color
Monochromatic Colors of #9FFAF9
Black with #9FFAF9
Text Example
Text Example
White with #9FFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAF9; }
p { color: rgb(159,250,249); }
H1.HeaderClassName
{
color: #9FFAF9;
}
.AnyTagClassName
{
color: #9FFAF9;
}
</style>
background-color css
<style>
a { background-color: #9FFAF9; }
a { background-color: rgb(159,250,249); }
div.DivClassName
{
background-color: #9FFAF9;
}
.BgClassName
{
background-color: #9FFAF9;
}
</style>
border-color css
<style>
span { border-color: #9FFAF9; }
span { border-color: rgb(159,250,249); }
td.TdClassName
{
border-color: #9FFAF9;
}
.TagClassName
{
border-color: #9FFAF9;
}
</style>