Shades of Pale Turquoise #9FFAFB
Tints of Pale Turquoise #9FFAFB
RGB
CMYK
RGB Variations
Color information
#9FFAFB (or 0x9FFAFB) is known color: Pale Turquoise. HEX triplet: 9F, FA and FB. RGB value is (159,250,251). Sum of RGB (Red+Green+Blue) = 159+250+251=660 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.09% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FFAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAFB is #600504. Grayscale: #DEDEDE. Windows color (decimal): -6292741 or 16513695. OLE color: 16513695.
HSL color Cylindrical-coordinate representation of color #9FFAFB: hue angle of 180.65º 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 #9FFAFB is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 251 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.02 |
| HSL | 180.65º | 0.92% | 0.8% | - |
| HSV(B) | 180.65º | 0.37% | 0.98% | - |
| XYZ | 65.9 | 82.71 | 103.76 | - |
| YUV | 222.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 251 | 0.37 | 0.00 | 0 | 0.02 | 180.65 | 0.92 | 0.8 |
| Hex | 9F | FA | FB | 25 | 0 | 0 | 2 | B5 | 5C | 50 |
| Octal | 237 | 372 | 373 | 45 | 0 | 0 | 2 | 265 | 134 | 120 |
| Binary | 10011111 | 11111010 | 11111011 | 100101 | 0 | 0 | 10 | 10110101 | 1011100 | 1010000 |
Color Harmonies of #9FFAFB
Complementary color
Monochromatic Colors of #9FFAFB
Black with #9FFAFB
Text Example
Text Example
White with #9FFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAFB; }
p { color: rgb(159,250,251); }
H1.HeaderClassName
{
color: #9FFAFB;
}
.AnyTagClassName
{
color: #9FFAFB;
}
</style>
background-color css
<style>
a { background-color: #9FFAFB; }
a { background-color: rgb(159,250,251); }
div.DivClassName
{
background-color: #9FFAFB;
}
.BgClassName
{
background-color: #9FFAFB;
}
</style>
border-color css
<style>
span { border-color: #9FFAFB; }
span { border-color: rgb(159,250,251); }
td.TdClassName
{
border-color: #9FFAFB;
}
.TagClassName
{
border-color: #9FFAFB;
}
</style>