Shades of Pale Turquoise #9FFDFE
Tints of Pale Turquoise #9FFDFE
RGB
CMYK
RGB Variations
Color information
#9FFDFE (or 0x9FFDFE) is known color: Pale Turquoise. HEX triplet: 9F, FD and FE. RGB value is (159,253,254). Sum of RGB (Red+Green+Blue) = 159+253+254=666 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.87% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDFE is #600201. Grayscale: #E0E0E0. Windows color (decimal): -6291970 or 16711071. OLE color: 16711071.
HSL color Cylindrical-coordinate representation of color #9FFDFE: hue angle of 180.63º 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 #9FFDFE is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 253 | 254 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.00 |
| HSL | 180.63º | 0.98% | 0.81% | - |
| HSV(B) | 180.63º | 0.37% | 1% | - |
| XYZ | 67.31 | 84.78 | 106.58 | - |
| YUV | 225.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 254 | 0.37 | 0.00 | 0 | 0.00 | 180.63 | 0.98 | 0.81 |
| Hex | 9F | FD | FE | 25 | 0 | 0 | 0 | B5 | 62 | 51 |
| Octal | 237 | 375 | 376 | 45 | 0 | 0 | 0 | 265 | 142 | 121 |
| Binary | 10011111 | 11111101 | 11111110 | 100101 | 0 | 0 | 0 | 10110101 | 1100010 | 1010001 |
Color Harmonies of #9FFDFE
Complementary color
Monochromatic Colors of #9FFDFE
Black with #9FFDFE
Text Example
Text Example
White with #9FFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDFE; }
p { color: rgb(159,253,254); }
H1.HeaderClassName
{
color: #9FFDFE;
}
.AnyTagClassName
{
color: #9FFDFE;
}
</style>
background-color css
<style>
a { background-color: #9FFDFE; }
a { background-color: rgb(159,253,254); }
div.DivClassName
{
background-color: #9FFDFE;
}
.BgClassName
{
background-color: #9FFDFE;
}
</style>
border-color css
<style>
span { border-color: #9FFDFE; }
span { border-color: rgb(159,253,254); }
td.TdClassName
{
border-color: #9FFDFE;
}
.TagClassName
{
border-color: #9FFDFE;
}
</style>