Shades of Pale Turquoise #9FFCF7
Tints of Pale Turquoise #9FFCF7
RGB
CMYK
RGB Variations
Color information
#9FFCF7 (or 0x9FFCF7) is known color: Pale Turquoise. HEX triplet: 9F, FC and F7. RGB value is (159,252,247). Sum of RGB (Red+Green+Blue) = 159+252+247=658 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.16% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF7 is #600308. Grayscale: #DFDFDF. Windows color (decimal): -6292233 or 16252063. OLE color: 16252063.
HSL color Cylindrical-coordinate representation of color #9FFCF7: hue angle of 176.77º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCF7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 247 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.01 |
| HSL | 176.77º | 0.94% | 0.81% | - |
| HSV(B) | 176.77º | 0.37% | 0.99% | - |
| XYZ | 65.9 | 83.71 | 100.68 | - |
| YUV | 223.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 247 | 0.37 | 0 | 0.02 | 0.01 | 176.77 | 0.94 | 0.81 |
| Hex | 9F | FC | F7 | 25 | 0 | 2 | 1 | B1 | 5E | 51 |
| Octal | 237 | 374 | 367 | 45 | 0 | 2 | 1 | 261 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11110111 | 100101 | 0 | 10 | 1 | 10110001 | 1011110 | 1010001 |
Color Harmonies of #9FFCF7
Complementary color
Monochromatic Colors of #9FFCF7
Black with #9FFCF7
Text Example
Text Example
White with #9FFCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCF7; }
p { color: rgb(159,252,247); }
H1.HeaderClassName
{
color: #9FFCF7;
}
.AnyTagClassName
{
color: #9FFCF7;
}
</style>
background-color css
<style>
a { background-color: #9FFCF7; }
a { background-color: rgb(159,252,247); }
div.DivClassName
{
background-color: #9FFCF7;
}
.BgClassName
{
background-color: #9FFCF7;
}
</style>
border-color css
<style>
span { border-color: #9FFCF7; }
span { border-color: rgb(159,252,247); }
td.TdClassName
{
border-color: #9FFCF7;
}
.TagClassName
{
border-color: #9FFCF7;
}
</style>