Shades of Pale Turquoise #9EFFEC
Tints of Pale Turquoise #9EFFEC
RGB
CMYK
RGB Variations
Color information
#9EFFEC (or 0x9EFFEC) is known color: Pale Turquoise. HEX triplet: 9E, FF and EC. RGB value is (158,255,236). Sum of RGB (Red+Green+Blue) = 158+255+236=649 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.35% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFEC is #610013. Grayscale: #DFDFDF. Windows color (decimal): -6357012 or 15531934. OLE color: 15531934.
HSL color Cylindrical-coordinate representation of color #9EFFEC: hue angle of 168.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFEC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 236 | - |
| CMYK | 0.38 | 0 | 0.07 | 0 |
| HSL | 168.25º | 1% | 0.81% | - |
| HSV(B) | 168.25º | 0.38% | 1% | - |
| XYZ | 65 | 84.85 | 92.31 | - |
| YUV | 223.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 236 | 0.38 | 0 | 0.07 | 0 | 168.25 | 1 | 0.81 |
| Hex | 9E | FF | EC | 26 | 0 | 7 | 0 | A8 | 64 | 51 |
| Octal | 236 | 377 | 354 | 46 | 0 | 7 | 0 | 250 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11101100 | 100110 | 0 | 111 | 0 | 10101000 | 1100100 | 1010001 |
Color Harmonies of #9EFFEC
Complementary color
Monochromatic Colors of #9EFFEC
Black with #9EFFEC
Text Example
Text Example
White with #9EFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFEC; }
p { color: rgb(158,255,236); }
H1.HeaderClassName
{
color: #9EFFEC;
}
.AnyTagClassName
{
color: #9EFFEC;
}
</style>
background-color css
<style>
a { background-color: #9EFFEC; }
a { background-color: rgb(158,255,236); }
div.DivClassName
{
background-color: #9EFFEC;
}
.BgClassName
{
background-color: #9EFFEC;
}
</style>
border-color css
<style>
span { border-color: #9EFFEC; }
span { border-color: rgb(158,255,236); }
td.TdClassName
{
border-color: #9EFFEC;
}
.TagClassName
{
border-color: #9EFFEC;
}
</style>