Shades of Pale Turquoise #9FFFF6
Tints of Pale Turquoise #9FFFF6
RGB
CMYK
RGB Variations
Color information
#9FFFF6 (or 0x9FFFF6) is known color: Pale Turquoise. HEX triplet: 9F, FF and F6. RGB value is (159,255,246). Sum of RGB (Red+Green+Blue) = 159+255+246=660 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.09% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFF6 is #600009. Grayscale: #E1E1E1. Windows color (decimal): -6291466 or 16187295. OLE color: 16187295.
HSL color Cylindrical-coordinate representation of color #9FFFF6: hue angle of 174.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 #9FFFF6 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 246 | - |
| CMYK | 0.38 | 0 | 0.04 | 0 |
| HSL | 174.38º | 1% | 0.81% | - |
| HSV(B) | 174.38º | 0.38% | 1% | - |
| XYZ | 66.69 | 85.54 | 100.19 | - |
| YUV | 225.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 246 | 0.38 | 0 | 0.04 | 0 | 174.38 | 1 | 0.81 |
| Hex | 9F | FF | F6 | 26 | 0 | 4 | 0 | AE | 64 | 51 |
| Octal | 237 | 377 | 366 | 46 | 0 | 4 | 0 | 256 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11110110 | 100110 | 0 | 100 | 0 | 10101110 | 1100100 | 1010001 |
Color Harmonies of #9FFFF6
Complementary color
Monochromatic Colors of #9FFFF6
Black with #9FFFF6
Text Example
Text Example
White with #9FFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFF6; }
p { color: rgb(159,255,246); }
H1.HeaderClassName
{
color: #9FFFF6;
}
.AnyTagClassName
{
color: #9FFFF6;
}
</style>
background-color css
<style>
a { background-color: #9FFFF6; }
a { background-color: rgb(159,255,246); }
div.DivClassName
{
background-color: #9FFFF6;
}
.BgClassName
{
background-color: #9FFFF6;
}
</style>
border-color css
<style>
span { border-color: #9FFFF6; }
span { border-color: rgb(159,255,246); }
td.TdClassName
{
border-color: #9FFFF6;
}
.TagClassName
{
border-color: #9FFFF6;
}
</style>