Shades of Pale Turquoise #9FFAE9
Tints of Pale Turquoise #9FFAE9
RGB
CMYK
RGB Variations
Color information
#9FFAE9 (or 0x9FFAE9) is known color: Pale Turquoise. HEX triplet: 9F, FA and E9. RGB value is (159,250,233). Sum of RGB (Red+Green+Blue) = 159+250+233=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE9 is #600516. Grayscale: #DCDCDC. Windows color (decimal): -6292759 or 15334047. OLE color: 15334047.
HSL color Cylindrical-coordinate representation of color #9FFAE9: hue angle of 168.79º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAE9 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 233 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.02 |
| HSL | 168.79º | 0.9% | 0.8% | - |
| HSV(B) | 168.79º | 0.36% | 0.98% | - |
| XYZ | 63.19 | 81.63 | 89.52 | - |
| YUV | 220.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 233 | 0.36 | 0 | 0.07 | 0.02 | 168.79 | 0.9 | 0.8 |
| Hex | 9F | FA | E9 | 24 | 0 | 7 | 2 | A9 | 5A | 50 |
| Octal | 237 | 372 | 351 | 44 | 0 | 7 | 2 | 251 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11101001 | 100100 | 0 | 111 | 10 | 10101001 | 1011010 | 1010000 |
Color Harmonies of #9FFAE9
Complementary color
Monochromatic Colors of #9FFAE9
Black with #9FFAE9
Text Example
Text Example
White with #9FFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAE9; }
p { color: rgb(159,250,233); }
H1.HeaderClassName
{
color: #9FFAE9;
}
.AnyTagClassName
{
color: #9FFAE9;
}
</style>
background-color css
<style>
a { background-color: #9FFAE9; }
a { background-color: rgb(159,250,233); }
div.DivClassName
{
background-color: #9FFAE9;
}
.BgClassName
{
background-color: #9FFAE9;
}
</style>
border-color css
<style>
span { border-color: #9FFAE9; }
span { border-color: rgb(159,250,233); }
td.TdClassName
{
border-color: #9FFAE9;
}
.TagClassName
{
border-color: #9FFAE9;
}
</style>