Shades of Pale Turquoise #9FFCF9
Tints of Pale Turquoise #9FFCF9
RGB
CMYK
RGB Variations
Color information
#9FFCF9 (or 0x9FFCF9) is known color: Pale Turquoise. HEX triplet: 9F, FC and F9. RGB value is (159,252,249). Sum of RGB (Red+Green+Blue) = 159+252+249=660 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.09% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF9 is #600306. Grayscale: #DFDFDF. Windows color (decimal): -6292231 or 16383135. OLE color: 16383135.
HSL color Cylindrical-coordinate representation of color #9FFCF9: hue angle of 178.06º 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 #9FFCF9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 249 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.01 |
| HSL | 178.06º | 0.94% | 0.81% | - |
| HSV(B) | 178.06º | 0.37% | 0.99% | - |
| XYZ | 66.21 | 83.83 | 102.31 | - |
| YUV | 223.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 249 | 0.37 | 0 | 0.01 | 0.01 | 178.06 | 0.94 | 0.81 |
| Hex | 9F | FC | F9 | 25 | 0 | 1 | 1 | B2 | 5E | 51 |
| Octal | 237 | 374 | 371 | 45 | 0 | 1 | 1 | 262 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11111001 | 100101 | 0 | 1 | 1 | 10110010 | 1011110 | 1010001 |
Color Harmonies of #9FFCF9
Complementary color
Monochromatic Colors of #9FFCF9
Black with #9FFCF9
Text Example
Text Example
White with #9FFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCF9; }
p { color: rgb(159,252,249); }
H1.HeaderClassName
{
color: #9FFCF9;
}
.AnyTagClassName
{
color: #9FFCF9;
}
</style>
background-color css
<style>
a { background-color: #9FFCF9; }
a { background-color: rgb(159,252,249); }
div.DivClassName
{
background-color: #9FFCF9;
}
.BgClassName
{
background-color: #9FFCF9;
}
</style>
border-color css
<style>
span { border-color: #9FFCF9; }
span { border-color: rgb(159,252,249); }
td.TdClassName
{
border-color: #9FFCF9;
}
.TagClassName
{
border-color: #9FFCF9;
}
</style>