Shades of Pale Turquoise #9FFEF2
Tints of Pale Turquoise #9FFEF2
RGB
CMYK
RGB Variations
Color information
#9FFEF2 (or 0x9FFEF2) is known color: Pale Turquoise. HEX triplet: 9F, FE and F2. RGB value is (159,254,242). Sum of RGB (Red+Green+Blue) = 159+254+242=655 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.27% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF2 is #60010D. Grayscale: #E0E0E0. Windows color (decimal): -6291726 or 15924895. OLE color: 15924895.
HSL color Cylindrical-coordinate representation of color #9FFEF2: hue angle of 172.42º 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 #9FFEF2 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 242 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.00 |
| HSL | 172.42º | 0.98% | 0.81% | - |
| HSV(B) | 172.42º | 0.37% | 1% | - |
| XYZ | 65.77 | 84.67 | 96.88 | - |
| YUV | 224.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 242 | 0.37 | 0 | 0.05 | 0.00 | 172.42 | 0.98 | 0.81 |
| Hex | 9F | FE | F2 | 25 | 0 | 5 | 0 | AC | 62 | 51 |
| Octal | 237 | 376 | 362 | 45 | 0 | 5 | 0 | 254 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11110010 | 100101 | 0 | 101 | 0 | 10101100 | 1100010 | 1010001 |
Color Harmonies of #9FFEF2
Complementary color
Monochromatic Colors of #9FFEF2
Black with #9FFEF2
Text Example
Text Example
White with #9FFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEF2; }
p { color: rgb(159,254,242); }
H1.HeaderClassName
{
color: #9FFEF2;
}
.AnyTagClassName
{
color: #9FFEF2;
}
</style>
background-color css
<style>
a { background-color: #9FFEF2; }
a { background-color: rgb(159,254,242); }
div.DivClassName
{
background-color: #9FFEF2;
}
.BgClassName
{
background-color: #9FFEF2;
}
</style>
border-color css
<style>
span { border-color: #9FFEF2; }
span { border-color: rgb(159,254,242); }
td.TdClassName
{
border-color: #9FFEF2;
}
.TagClassName
{
border-color: #9FFEF2;
}
</style>