Shades of Pale Turquoise #9FFCFF
Tints of Pale Turquoise #9FFCFF
RGB
CMYK
RGB Variations
Color information
#9FFCFF (or 0x9FFCFF) is known color: Pale Turquoise. HEX triplet: 9F, FC and FF. RGB value is (159,252,255). Sum of RGB (Red+Green+Blue) = 159+252+255=666 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.87% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCFF is #600300. Grayscale: #E0E0E0. Windows color (decimal): -6292225 or 16776351. OLE color: 16776351.
HSL color Cylindrical-coordinate representation of color #9FFCFF: hue angle of 181.88º 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 #9FFCFF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 252 | 255 | - |
| CMYK | 0.38 | 0.01 | 0 | 0 |
| HSL | 181.88º | 1% | 0.81% | - |
| HSV(B) | 181.88º | 0.38% | 1% | - |
| XYZ | 67.16 | 84.21 | 107.32 | - |
| YUV | 224.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 255 | 0.38 | 0.01 | 0 | 0 | 181.88 | 1 | 0.81 |
| Hex | 9F | FC | FF | 26 | 1 | 0 | 0 | B6 | 64 | 51 |
| Octal | 237 | 374 | 377 | 46 | 1 | 0 | 0 | 266 | 144 | 121 |
| Binary | 10011111 | 11111100 | 11111111 | 100110 | 1 | 0 | 0 | 10110110 | 1100100 | 1010001 |
Color Harmonies of #9FFCFF
Complementary color
Monochromatic Colors of #9FFCFF
Black with #9FFCFF
Text Example
Text Example
White with #9FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCFF; }
p { color: rgb(159,252,255); }
H1.HeaderClassName
{
color: #9FFCFF;
}
.AnyTagClassName
{
color: #9FFCFF;
}
</style>
background-color css
<style>
a { background-color: #9FFCFF; }
a { background-color: rgb(159,252,255); }
div.DivClassName
{
background-color: #9FFCFF;
}
.BgClassName
{
background-color: #9FFCFF;
}
</style>
border-color css
<style>
span { border-color: #9FFCFF; }
span { border-color: rgb(159,252,255); }
td.TdClassName
{
border-color: #9FFCFF;
}
.TagClassName
{
border-color: #9FFCFF;
}
</style>