Shades of Pale Turquoise #9FFFFE
Tints of Pale Turquoise #9FFFFE
RGB
CMYK
RGB Variations
Color information
#9FFFFE (or 0x9FFFFE) is known color: Pale Turquoise. HEX triplet: 9F, FF and FE. RGB value is (159,255,254). Sum of RGB (Red+Green+Blue) = 159+255+254=668 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.80% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFFE is #600001. Grayscale: #E2E2E2. Windows color (decimal): -6291458 or 16711583. OLE color: 16711583.
HSL color Cylindrical-coordinate representation of color #9FFFFE: hue angle of 179.38º 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 #9FFFFE is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 254 | - |
| CMYK | 0.38 | 0 | 0.00 | 0 |
| HSL | 179.38º | 1% | 0.81% | - |
| HSV(B) | 179.38º | 0.38% | 1% | - |
| XYZ | 67.95 | 86.05 | 106.79 | - |
| YUV | 226.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 254 | 0.38 | 0 | 0.00 | 0 | 179.38 | 1 | 0.81 |
| Hex | 9F | FF | FE | 26 | 0 | 0 | 0 | B3 | 64 | 51 |
| Octal | 237 | 377 | 376 | 46 | 0 | 0 | 0 | 263 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11111110 | 100110 | 0 | 0 | 0 | 10110011 | 1100100 | 1010001 |
Color Harmonies of #9FFFFE
Complementary color
Monochromatic Colors of #9FFFFE
Black with #9FFFFE
Text Example
Text Example
White with #9FFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFFE; }
p { color: rgb(159,255,254); }
H1.HeaderClassName
{
color: #9FFFFE;
}
.AnyTagClassName
{
color: #9FFFFE;
}
</style>
background-color css
<style>
a { background-color: #9FFFFE; }
a { background-color: rgb(159,255,254); }
div.DivClassName
{
background-color: #9FFFFE;
}
.BgClassName
{
background-color: #9FFFFE;
}
</style>
border-color css
<style>
span { border-color: #9FFFFE; }
span { border-color: rgb(159,255,254); }
td.TdClassName
{
border-color: #9FFFFE;
}
.TagClassName
{
border-color: #9FFFFE;
}
</style>