Shades of Pale Turquoise #9FFFF1
Tints of Pale Turquoise #9FFFF1
RGB
CMYK
RGB Variations
Color information
#9FFFF1 (or 0x9FFFF1) is known color: Pale Turquoise. HEX triplet: 9F, FF and F1. RGB value is (159,255,241). Sum of RGB (Red+Green+Blue) = 159+255+241=655 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.27% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFF1 is #60000E. Grayscale: #E0E0E0. Windows color (decimal): -6291471 or 15859615. OLE color: 15859615.
HSL color Cylindrical-coordinate representation of color #9FFFF1: hue angle of 171.25º 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 #9FFFF1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 241 | - |
| CMYK | 0.38 | 0 | 0.05 | 0 |
| HSL | 171.25º | 1% | 0.81% | - |
| HSV(B) | 171.25º | 0.38% | 1% | - |
| XYZ | 65.94 | 85.24 | 96.2 | - |
| YUV | 224.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 241 | 0.38 | 0 | 0.05 | 0 | 171.25 | 1 | 0.81 |
| Hex | 9F | FF | F1 | 26 | 0 | 5 | 0 | AB | 64 | 51 |
| Octal | 237 | 377 | 361 | 46 | 0 | 5 | 0 | 253 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11110001 | 100110 | 0 | 101 | 0 | 10101011 | 1100100 | 1010001 |
Color Harmonies of #9FFFF1
Complementary color
Monochromatic Colors of #9FFFF1
Black with #9FFFF1
Text Example
Text Example
White with #9FFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFF1; }
p { color: rgb(159,255,241); }
H1.HeaderClassName
{
color: #9FFFF1;
}
.AnyTagClassName
{
color: #9FFFF1;
}
</style>
background-color css
<style>
a { background-color: #9FFFF1; }
a { background-color: rgb(159,255,241); }
div.DivClassName
{
background-color: #9FFFF1;
}
.BgClassName
{
background-color: #9FFFF1;
}
</style>
border-color css
<style>
span { border-color: #9FFFF1; }
span { border-color: rgb(159,255,241); }
td.TdClassName
{
border-color: #9FFFF1;
}
.TagClassName
{
border-color: #9FFFF1;
}
</style>