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