Shades of Pale Turquoise #9FFCFE
Tints of Pale Turquoise #9FFCFE
RGB
CMYK
RGB Variations
Color information
#9FFCFE (or 0x9FFCFE) is known color: Pale Turquoise. HEX triplet: 9F, FC and FE. RGB value is (159,252,254). Sum of RGB (Red+Green+Blue) = 159+252+254=665 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.91% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FFCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCFE is #600301. Grayscale: #E0E0E0. Windows color (decimal): -6292226 or 16710815. OLE color: 16710815.
HSL color Cylindrical-coordinate representation of color #9FFCFE: hue angle of 181.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCFE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 252 | 254 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.00 |
| HSL | 181.26º | 0.98% | 0.81% | - |
| HSV(B) | 181.26º | 0.37% | 1% | - |
| XYZ | 67 | 84.15 | 106.48 | - |
| YUV | 224.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 254 | 0.37 | 0.01 | 0 | 0.00 | 181.26 | 0.98 | 0.81 |
| Hex | 9F | FC | FE | 25 | 1 | 0 | 0 | B5 | 62 | 51 |
| Octal | 237 | 374 | 376 | 45 | 1 | 0 | 0 | 265 | 142 | 121 |
| Binary | 10011111 | 11111100 | 11111110 | 100101 | 1 | 0 | 0 | 10110101 | 1100010 | 1010001 |
Color Harmonies of #9FFCFE
Complementary color
Monochromatic Colors of #9FFCFE
Black with #9FFCFE
Text Example
Text Example
White with #9FFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCFE; }
p { color: rgb(159,252,254); }
H1.HeaderClassName
{
color: #9FFCFE;
}
.AnyTagClassName
{
color: #9FFCFE;
}
</style>
background-color css
<style>
a { background-color: #9FFCFE; }
a { background-color: rgb(159,252,254); }
div.DivClassName
{
background-color: #9FFCFE;
}
.BgClassName
{
background-color: #9FFCFE;
}
</style>
border-color css
<style>
span { border-color: #9FFCFE; }
span { border-color: rgb(159,252,254); }
td.TdClassName
{
border-color: #9FFCFE;
}
.TagClassName
{
border-color: #9FFCFE;
}
</style>