Shades of Pale Turquoise #9EFFFE
Tints of Pale Turquoise #9EFFFE
RGB
CMYK
RGB Variations
Color information
#9EFFFE (or 0x9EFFFE) is known color: Pale Turquoise. HEX triplet: 9E, FF and FE. RGB value is (158,255,254). Sum of RGB (Red+Green+Blue) = 158+255+254=667 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.69% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFE is #610001. Grayscale: #E1E1E1. Windows color (decimal): -6356994 or 16711582. OLE color: 16711582.
HSL color Cylindrical-coordinate representation of color #9EFFFE: hue angle of 179.38º 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 #9EFFFE is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 254 | - |
| CMYK | 0.38 | 0 | 0.00 | 0 |
| HSL | 179.38º | 1% | 0.81% | - |
| HSV(B) | 179.38º | 0.38% | 1% | - |
| XYZ | 67.75 | 85.94 | 106.78 | - |
| YUV | 225.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 254 | 0.38 | 0 | 0.00 | 0 | 179.38 | 1 | 0.81 |
| Hex | 9E | FF | FE | 26 | 0 | 0 | 0 | B3 | 64 | 51 |
| Octal | 236 | 377 | 376 | 46 | 0 | 0 | 0 | 263 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11111110 | 100110 | 0 | 0 | 0 | 10110011 | 1100100 | 1010001 |
Color Harmonies of #9EFFFE
Complementary color
Monochromatic Colors of #9EFFFE
Black with #9EFFFE
Text Example
Text Example
White with #9EFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFFE; }
p { color: rgb(158,255,254); }
H1.HeaderClassName
{
color: #9EFFFE;
}
.AnyTagClassName
{
color: #9EFFFE;
}
</style>
background-color css
<style>
a { background-color: #9EFFFE; }
a { background-color: rgb(158,255,254); }
div.DivClassName
{
background-color: #9EFFFE;
}
.BgClassName
{
background-color: #9EFFFE;
}
</style>
border-color css
<style>
span { border-color: #9EFFFE; }
span { border-color: rgb(158,255,254); }
td.TdClassName
{
border-color: #9EFFFE;
}
.TagClassName
{
border-color: #9EFFFE;
}
</style>