Shades of Pale Turquoise #9FFEF3
Tints of Pale Turquoise #9FFEF3
RGB
CMYK
RGB Variations
Color information
#9FFEF3 (or 0x9FFEF3) is known color: Pale Turquoise. HEX triplet: 9F, FE and F3. RGB value is (159,254,243). Sum of RGB (Red+Green+Blue) = 159+254+243=656 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.24% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF3 is #60010C. Grayscale: #E0E0E0. Windows color (decimal): -6291725 or 15990431. OLE color: 15990431.
HSL color Cylindrical-coordinate representation of color #9FFEF3: hue angle of 173.05º 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 #9FFEF3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 243 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.00 |
| HSL | 173.05º | 0.98% | 0.81% | - |
| HSV(B) | 173.05º | 0.37% | 1% | - |
| XYZ | 65.92 | 84.73 | 97.67 | - |
| YUV | 224.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 243 | 0.37 | 0 | 0.04 | 0.00 | 173.05 | 0.98 | 0.81 |
| Hex | 9F | FE | F3 | 25 | 0 | 4 | 0 | AD | 62 | 51 |
| Octal | 237 | 376 | 363 | 45 | 0 | 4 | 0 | 255 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11110011 | 100101 | 0 | 100 | 0 | 10101101 | 1100010 | 1010001 |
Color Harmonies of #9FFEF3
Complementary color
Monochromatic Colors of #9FFEF3
Black with #9FFEF3
Text Example
Text Example
White with #9FFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEF3; }
p { color: rgb(159,254,243); }
H1.HeaderClassName
{
color: #9FFEF3;
}
.AnyTagClassName
{
color: #9FFEF3;
}
</style>
background-color css
<style>
a { background-color: #9FFEF3; }
a { background-color: rgb(159,254,243); }
div.DivClassName
{
background-color: #9FFEF3;
}
.BgClassName
{
background-color: #9FFEF3;
}
</style>
border-color css
<style>
span { border-color: #9FFEF3; }
span { border-color: rgb(159,254,243); }
td.TdClassName
{
border-color: #9FFEF3;
}
.TagClassName
{
border-color: #9FFEF3;
}
</style>