Shades of Pale Turquoise #9FFEF5
Tints of Pale Turquoise #9FFEF5
RGB
CMYK
RGB Variations
Color information
#9FFEF5 (or 0x9FFEF5) is known color: Pale Turquoise. HEX triplet: 9F, FE and F5. RGB value is (159,254,245). Sum of RGB (Red+Green+Blue) = 159+254+245=658 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.16% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF5 is #60010A. Grayscale: #E0E0E0. Windows color (decimal): -6291723 or 16121503. OLE color: 16121503.
HSL color Cylindrical-coordinate representation of color #9FFEF5: hue angle of 174.32º 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 #9FFEF5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 245 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.00 |
| HSL | 174.32º | 0.98% | 0.81% | - |
| HSV(B) | 174.32º | 0.37% | 1% | - |
| XYZ | 66.22 | 84.85 | 99.27 | - |
| YUV | 224.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 245 | 0.37 | 0 | 0.04 | 0.00 | 174.32 | 0.98 | 0.81 |
| Hex | 9F | FE | F5 | 25 | 0 | 4 | 0 | AE | 62 | 51 |
| Octal | 237 | 376 | 365 | 45 | 0 | 4 | 0 | 256 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11110101 | 100101 | 0 | 100 | 0 | 10101110 | 1100010 | 1010001 |
Color Harmonies of #9FFEF5
Complementary color
Monochromatic Colors of #9FFEF5
Black with #9FFEF5
Text Example
Text Example
White with #9FFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEF5; }
p { color: rgb(159,254,245); }
H1.HeaderClassName
{
color: #9FFEF5;
}
.AnyTagClassName
{
color: #9FFEF5;
}
</style>
background-color css
<style>
a { background-color: #9FFEF5; }
a { background-color: rgb(159,254,245); }
div.DivClassName
{
background-color: #9FFEF5;
}
.BgClassName
{
background-color: #9FFEF5;
}
</style>
border-color css
<style>
span { border-color: #9FFEF5; }
span { border-color: rgb(159,254,245); }
td.TdClassName
{
border-color: #9FFEF5;
}
.TagClassName
{
border-color: #9FFEF5;
}
</style>