Shades of Pale Turquoise #9EF2EC
Tints of Pale Turquoise #9EF2EC
RGB
CMYK
RGB Variations
Color information
#9EF2EC (or 0x9EF2EC) is known color: Pale Turquoise. HEX triplet: 9E, F2 and EC. RGB value is (158,242,236). Sum of RGB (Red+Green+Blue) = 158+242+236=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2EC is #610D13. Grayscale: #D8D8D8. Windows color (decimal): -6360340 or 15528606. OLE color: 15528606.
HSL color Cylindrical-coordinate representation of color #9EF2EC: hue angle of 175.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2EC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 236 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.05 |
| HSL | 175.71º | 0.76% | 0.78% | - |
| HSV(B) | 175.71º | 0.35% | 0.95% | - |
| XYZ | 60.99 | 76.83 | 90.97 | - |
| YUV | 216.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 236 | 0.35 | 0 | 0.02 | 0.05 | 175.71 | 0.76 | 0.78 |
| Hex | 9E | F2 | EC | 23 | 0 | 2 | 5 | B0 | 4C | 4E |
| Octal | 236 | 362 | 354 | 43 | 0 | 2 | 5 | 260 | 114 | 116 |
| Binary | 10011110 | 11110010 | 11101100 | 100011 | 0 | 10 | 101 | 10110000 | 1001100 | 1001110 |
Color Harmonies of #9EF2EC
Complementary color
Monochromatic Colors of #9EF2EC
Black with #9EF2EC
Text Example
Text Example
White with #9EF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2EC; }
p { color: rgb(158,242,236); }
H1.HeaderClassName
{
color: #9EF2EC;
}
.AnyTagClassName
{
color: #9EF2EC;
}
</style>
background-color css
<style>
a { background-color: #9EF2EC; }
a { background-color: rgb(158,242,236); }
div.DivClassName
{
background-color: #9EF2EC;
}
.BgClassName
{
background-color: #9EF2EC;
}
</style>
border-color css
<style>
span { border-color: #9EF2EC; }
span { border-color: rgb(158,242,236); }
td.TdClassName
{
border-color: #9EF2EC;
}
.TagClassName
{
border-color: #9EF2EC;
}
</style>