Shades of Pale Turquoise #9FFDE9
Tints of Pale Turquoise #9FFDE9
RGB
CMYK
RGB Variations
Color information
#9FFDE9 (or 0x9FFDE9) is known color: Pale Turquoise. HEX triplet: 9F, FD and E9. RGB value is (159,253,233). Sum of RGB (Red+Green+Blue) = 159+253+233=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDE9 is #600216. Grayscale: #DEDEDE. Windows color (decimal): -6291991 or 15334815. OLE color: 15334815.
HSL color Cylindrical-coordinate representation of color #9FFDE9: hue angle of 167.23º degrees, saturation: 0.96, 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 #9FFDE9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 233 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.01 |
| HSL | 167.23º | 0.96% | 0.81% | - |
| HSV(B) | 167.23º | 0.37% | 0.99% | - |
| XYZ | 64.13 | 83.5 | 89.83 | - |
| YUV | 222.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 233 | 0.37 | 0 | 0.08 | 0.01 | 167.23 | 0.96 | 0.81 |
| Hex | 9F | FD | E9 | 25 | 0 | 8 | 1 | A7 | 60 | 51 |
| Octal | 237 | 375 | 351 | 45 | 0 | 10 | 1 | 247 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11101001 | 100101 | 0 | 1000 | 1 | 10100111 | 1100000 | 1010001 |
Color Harmonies of #9FFDE9
Complementary color
Monochromatic Colors of #9FFDE9
Black with #9FFDE9
Text Example
Text Example
White with #9FFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDE9; }
p { color: rgb(159,253,233); }
H1.HeaderClassName
{
color: #9FFDE9;
}
.AnyTagClassName
{
color: #9FFDE9;
}
</style>
background-color css
<style>
a { background-color: #9FFDE9; }
a { background-color: rgb(159,253,233); }
div.DivClassName
{
background-color: #9FFDE9;
}
.BgClassName
{
background-color: #9FFDE9;
}
</style>
border-color css
<style>
span { border-color: #9FFDE9; }
span { border-color: rgb(159,253,233); }
td.TdClassName
{
border-color: #9FFDE9;
}
.TagClassName
{
border-color: #9FFDE9;
}
</style>