Shades of Pale Turquoise #9FFEFA
Tints of Pale Turquoise #9FFEFA
RGB
CMYK
RGB Variations
Color information
#9FFEFA (or 0x9FFEFA) is known color: Pale Turquoise. HEX triplet: 9F, FE and FA. RGB value is (159,254,250). Sum of RGB (Red+Green+Blue) = 159+254+250=663 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.98% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEFA is #600105. Grayscale: #E1E1E1. Windows color (decimal): -6291718 or 16449183. OLE color: 16449183.
HSL color Cylindrical-coordinate representation of color #9FFEFA: hue angle of 177.47º 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 #9FFEFA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 250 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.00 |
| HSL | 177.47º | 0.98% | 0.81% | - |
| HSV(B) | 177.47º | 0.37% | 1% | - |
| XYZ | 67 | 85.16 | 103.35 | - |
| YUV | 225.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 250 | 0.37 | 0 | 0.02 | 0.00 | 177.47 | 0.98 | 0.81 |
| Hex | 9F | FE | FA | 25 | 0 | 2 | 0 | B1 | 62 | 51 |
| Octal | 237 | 376 | 372 | 45 | 0 | 2 | 0 | 261 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11111010 | 100101 | 0 | 10 | 0 | 10110001 | 1100010 | 1010001 |
Color Harmonies of #9FFEFA
Complementary color
Monochromatic Colors of #9FFEFA
Black with #9FFEFA
Text Example
Text Example
White with #9FFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEFA; }
p { color: rgb(159,254,250); }
H1.HeaderClassName
{
color: #9FFEFA;
}
.AnyTagClassName
{
color: #9FFEFA;
}
</style>
background-color css
<style>
a { background-color: #9FFEFA; }
a { background-color: rgb(159,254,250); }
div.DivClassName
{
background-color: #9FFEFA;
}
.BgClassName
{
background-color: #9FFEFA;
}
</style>
border-color css
<style>
span { border-color: #9FFEFA; }
span { border-color: rgb(159,254,250); }
td.TdClassName
{
border-color: #9FFEFA;
}
.TagClassName
{
border-color: #9FFEFA;
}
</style>