Shades of Pale Turquoise #9FFFFC
Tints of Pale Turquoise #9FFFFC
RGB
CMYK
RGB Variations
Color information
#9FFFFC (or 0x9FFFFC) is known color: Pale Turquoise. HEX triplet: 9F, FF and FC. RGB value is (159,255,252). Sum of RGB (Red+Green+Blue) = 159+255+252=666 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.87% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFFC is #600003. Grayscale: #E1E1E1. Windows color (decimal): -6291460 or 16580511. OLE color: 16580511.
HSL color Cylindrical-coordinate representation of color #9FFFFC: hue angle of 178.12º 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 #9FFFFC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 252 | - |
| CMYK | 0.38 | 0 | 0.01 | 0 |
| HSL | 178.13º | 1% | 0.81% | - |
| HSV(B) | 178.13º | 0.38% | 1% | - |
| XYZ | 67.63 | 85.92 | 105.12 | - |
| YUV | 225.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 252 | 0.38 | 0 | 0.01 | 0 | 178.13 | 1 | 0.81 |
| Hex | 9F | FF | FC | 26 | 0 | 1 | 0 | B2 | 64 | 51 |
| Octal | 237 | 377 | 374 | 46 | 0 | 1 | 0 | 262 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11111100 | 100110 | 0 | 1 | 0 | 10110010 | 1100100 | 1010001 |
Color Harmonies of #9FFFFC
Complementary color
Monochromatic Colors of #9FFFFC
Black with #9FFFFC
Text Example
Text Example
White with #9FFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFFC; }
p { color: rgb(159,255,252); }
H1.HeaderClassName
{
color: #9FFFFC;
}
.AnyTagClassName
{
color: #9FFFFC;
}
</style>
background-color css
<style>
a { background-color: #9FFFFC; }
a { background-color: rgb(159,255,252); }
div.DivClassName
{
background-color: #9FFFFC;
}
.BgClassName
{
background-color: #9FFFFC;
}
</style>
border-color css
<style>
span { border-color: #9FFFFC; }
span { border-color: rgb(159,255,252); }
td.TdClassName
{
border-color: #9FFFFC;
}
.TagClassName
{
border-color: #9FFFFC;
}
</style>