Shades of Pale Turquoise #9EFEF2
Tints of Pale Turquoise #9EFEF2
RGB
CMYK
RGB Variations
Color information
#9EFEF2 (or 0x9EFEF2) is known color: Pale Turquoise. HEX triplet: 9E, FE and F2. RGB value is (158,254,242). Sum of RGB (Red+Green+Blue) = 158+254+242=654 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.16% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEF2 is #61010D. Grayscale: #DFDFDF. Windows color (decimal): -6357262 or 15924894. OLE color: 15924894.
HSL color Cylindrical-coordinate representation of color #9EFEF2: hue angle of 172.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEF2 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 242 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.00 |
| HSL | 172.5º | 0.98% | 0.81% | - |
| HSV(B) | 172.5º | 0.38% | 1% | - |
| XYZ | 65.57 | 84.56 | 96.87 | - |
| YUV | 223.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 242 | 0.38 | 0 | 0.05 | 0.00 | 172.5 | 0.98 | 0.81 |
| Hex | 9E | FE | F2 | 26 | 0 | 5 | 0 | AC | 62 | 51 |
| Octal | 236 | 376 | 362 | 46 | 0 | 5 | 0 | 254 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11110010 | 100110 | 0 | 101 | 0 | 10101100 | 1100010 | 1010001 |
Color Harmonies of #9EFEF2
Complementary color
Monochromatic Colors of #9EFEF2
Black with #9EFEF2
Text Example
Text Example
White with #9EFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEF2; }
p { color: rgb(158,254,242); }
H1.HeaderClassName
{
color: #9EFEF2;
}
.AnyTagClassName
{
color: #9EFEF2;
}
</style>
background-color css
<style>
a { background-color: #9EFEF2; }
a { background-color: rgb(158,254,242); }
div.DivClassName
{
background-color: #9EFEF2;
}
.BgClassName
{
background-color: #9EFEF2;
}
</style>
border-color css
<style>
span { border-color: #9EFEF2; }
span { border-color: rgb(158,254,242); }
td.TdClassName
{
border-color: #9EFEF2;
}
.TagClassName
{
border-color: #9EFEF2;
}
</style>