Shades of Pale Turquoise #9FFEEC
Tints of Pale Turquoise #9FFEEC
RGB
CMYK
RGB Variations
Color information
#9FFEEC (or 0x9FFEEC) is known color: Pale Turquoise. HEX triplet: 9F, FE and EC. RGB value is (159,254,236). Sum of RGB (Red+Green+Blue) = 159+254+236=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEEC is #600113. Grayscale: #DFDFDF. Windows color (decimal): -6291732 or 15531679. OLE color: 15531679.
HSL color Cylindrical-coordinate representation of color #9FFEEC: hue angle of 168.63º 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 #9FFEEC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 236 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.00 |
| HSL | 168.63º | 0.98% | 0.81% | - |
| HSV(B) | 168.63º | 0.37% | 1% | - |
| XYZ | 64.88 | 84.31 | 92.21 | - |
| YUV | 223.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 236 | 0.37 | 0 | 0.07 | 0.00 | 168.63 | 0.98 | 0.81 |
| Hex | 9F | FE | EC | 25 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 237 | 376 | 354 | 45 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11101100 | 100101 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #9FFEEC
Complementary color
Monochromatic Colors of #9FFEEC
Black with #9FFEEC
Text Example
Text Example
White with #9FFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEEC; }
p { color: rgb(159,254,236); }
H1.HeaderClassName
{
color: #9FFEEC;
}
.AnyTagClassName
{
color: #9FFEEC;
}
</style>
background-color css
<style>
a { background-color: #9FFEEC; }
a { background-color: rgb(159,254,236); }
div.DivClassName
{
background-color: #9FFEEC;
}
.BgClassName
{
background-color: #9FFEEC;
}
</style>
border-color css
<style>
span { border-color: #9FFEEC; }
span { border-color: rgb(159,254,236); }
td.TdClassName
{
border-color: #9FFEEC;
}
.TagClassName
{
border-color: #9FFEEC;
}
</style>