Shades of Pale Turquoise #9FFEEA
Tints of Pale Turquoise #9FFEEA
RGB
CMYK
RGB Variations
Color information
#9FFEEA (or 0x9FFEEA) is known color: Pale Turquoise. HEX triplet: 9F, FE and EA. RGB value is (159,254,234). Sum of RGB (Red+Green+Blue) = 159+254+234=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEEA is #600115. Grayscale: #DFDFDF. Windows color (decimal): -6291734 or 15400607. OLE color: 15400607.
HSL color Cylindrical-coordinate representation of color #9FFEEA: hue angle of 167.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 #9FFEEA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 234 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.00 |
| HSL | 167.37º | 0.98% | 0.81% | - |
| HSV(B) | 167.37º | 0.37% | 1% | - |
| XYZ | 64.59 | 84.2 | 90.69 | - |
| YUV | 223.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 234 | 0.37 | 0 | 0.08 | 0.00 | 167.37 | 0.98 | 0.81 |
| Hex | 9F | FE | EA | 25 | 0 | 8 | 0 | A7 | 62 | 51 |
| Octal | 237 | 376 | 352 | 45 | 0 | 10 | 0 | 247 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11101010 | 100101 | 0 | 1000 | 0 | 10100111 | 1100010 | 1010001 |
Color Harmonies of #9FFEEA
Complementary color
Monochromatic Colors of #9FFEEA
Black with #9FFEEA
Text Example
Text Example
White with #9FFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEEA; }
p { color: rgb(159,254,234); }
H1.HeaderClassName
{
color: #9FFEEA;
}
.AnyTagClassName
{
color: #9FFEEA;
}
</style>
background-color css
<style>
a { background-color: #9FFEEA; }
a { background-color: rgb(159,254,234); }
div.DivClassName
{
background-color: #9FFEEA;
}
.BgClassName
{
background-color: #9FFEEA;
}
</style>
border-color css
<style>
span { border-color: #9FFEEA; }
span { border-color: rgb(159,254,234); }
td.TdClassName
{
border-color: #9FFEEA;
}
.TagClassName
{
border-color: #9FFEEA;
}
</style>