Shades of Pale Turquoise #9EFEEC
Tints of Pale Turquoise #9EFEEC
RGB
CMYK
RGB Variations
Color information
#9EFEEC (or 0x9EFEEC) is known color: Pale Turquoise. HEX triplet: 9E, FE and EC. RGB value is (158,254,236). Sum of RGB (Red+Green+Blue) = 158+254+236=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEEC is #610113. Grayscale: #DFDFDF. Windows color (decimal): -6357268 or 15531678. OLE color: 15531678.
HSL color Cylindrical-coordinate representation of color #9EFEEC: hue angle of 168.75º 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 #9EFEEC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 236 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.00 |
| HSL | 168.75º | 0.98% | 0.81% | - |
| HSV(B) | 168.75º | 0.38% | 1% | - |
| XYZ | 64.68 | 84.21 | 92.2 | - |
| YUV | 223.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 236 | 0.38 | 0 | 0.07 | 0.00 | 168.75 | 0.98 | 0.81 |
| Hex | 9E | FE | EC | 26 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 236 | 376 | 354 | 46 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11101100 | 100110 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #9EFEEC
Complementary color
Monochromatic Colors of #9EFEEC
Black with #9EFEEC
Text Example
Text Example
White with #9EFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEEC; }
p { color: rgb(158,254,236); }
H1.HeaderClassName
{
color: #9EFEEC;
}
.AnyTagClassName
{
color: #9EFEEC;
}
</style>
background-color css
<style>
a { background-color: #9EFEEC; }
a { background-color: rgb(158,254,236); }
div.DivClassName
{
background-color: #9EFEEC;
}
.BgClassName
{
background-color: #9EFEEC;
}
</style>
border-color css
<style>
span { border-color: #9EFEEC; }
span { border-color: rgb(158,254,236); }
td.TdClassName
{
border-color: #9EFEEC;
}
.TagClassName
{
border-color: #9EFEEC;
}
</style>