Shades of Pale Turquoise #9FF2F6
Tints of Pale Turquoise #9FF2F6
RGB
CMYK
RGB Variations
Color information
#9FF2F6 (or 0x9FF2F6) is known color: Pale Turquoise. HEX triplet: 9F, F2 and F6. RGB value is (159,242,246). Sum of RGB (Red+Green+Blue) = 159+242+246=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2F6 is #600D09. Grayscale: #D9D9D9. Windows color (decimal): -6294794 or 16183967. OLE color: 16183967.
HSL color Cylindrical-coordinate representation of color #9FF2F6: hue angle of 182.76º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF2F6 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 242 | 246 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.04 |
| HSL | 182.76º | 0.83% | 0.79% | - |
| HSV(B) | 182.76º | 0.35% | 0.96% | - |
| XYZ | 62.68 | 77.53 | 98.85 | - |
| YUV | 217.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 246 | 0.35 | 0.02 | 0 | 0.04 | 182.76 | 0.83 | 0.79 |
| Hex | 9F | F2 | F6 | 23 | 2 | 0 | 4 | B7 | 53 | 4F |
| Octal | 237 | 362 | 366 | 43 | 2 | 0 | 4 | 267 | 123 | 117 |
| Binary | 10011111 | 11110010 | 11110110 | 100011 | 10 | 0 | 100 | 10110111 | 1010011 | 1001111 |
Color Harmonies of #9FF2F6
Complementary color
Monochromatic Colors of #9FF2F6
Black with #9FF2F6
Text Example
Text Example
White with #9FF2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2F6; }
p { color: rgb(159,242,246); }
H1.HeaderClassName
{
color: #9FF2F6;
}
.AnyTagClassName
{
color: #9FF2F6;
}
</style>
background-color css
<style>
a { background-color: #9FF2F6; }
a { background-color: rgb(159,242,246); }
div.DivClassName
{
background-color: #9FF2F6;
}
.BgClassName
{
background-color: #9FF2F6;
}
</style>
border-color css
<style>
span { border-color: #9FF2F6; }
span { border-color: rgb(159,242,246); }
td.TdClassName
{
border-color: #9FF2F6;
}
.TagClassName
{
border-color: #9FF2F6;
}
</style>