Shades of Pale Turquoise #9EFEFE
Tints of Pale Turquoise #9EFEFE
RGB
CMYK
RGB Variations
Color information
#9EFEFE (or 0x9EFEFE) is known color: Pale Turquoise. HEX triplet: 9E, FE and FE. RGB value is (158,254,254). Sum of RGB (Red+Green+Blue) = 158+254+254=666 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.72% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9EFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEFE is #610101. Grayscale: #E1E1E1. Windows color (decimal): -6357250 or 16711326. OLE color: 16711326.
HSL color Cylindrical-coordinate representation of color #9EFEFE: hue angle of 180º 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 #9EFEFE is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 254 | - |
| CMYK | 0.38 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.81% | - |
| HSV(B) | 180º | 0.38% | 1% | - |
| XYZ | 67.43 | 85.31 | 106.68 | - |
| YUV | 225.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 254 | 0.38 | 0 | 0 | 0.00 | 180 | 0.98 | 0.81 |
| Hex | 9E | FE | FE | 26 | 0 | 0 | 0 | B4 | 62 | 51 |
| Octal | 236 | 376 | 376 | 46 | 0 | 0 | 0 | 264 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11111110 | 100110 | 0 | 0 | 0 | 10110100 | 1100010 | 1010001 |
Color Harmonies of #9EFEFE
Complementary color
Monochromatic Colors of #9EFEFE
Black with #9EFEFE
Text Example
Text Example
White with #9EFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEFE; }
p { color: rgb(158,254,254); }
H1.HeaderClassName
{
color: #9EFEFE;
}
.AnyTagClassName
{
color: #9EFEFE;
}
</style>
background-color css
<style>
a { background-color: #9EFEFE; }
a { background-color: rgb(158,254,254); }
div.DivClassName
{
background-color: #9EFEFE;
}
.BgClassName
{
background-color: #9EFEFE;
}
</style>
border-color css
<style>
span { border-color: #9EFEFE; }
span { border-color: rgb(158,254,254); }
td.TdClassName
{
border-color: #9EFEFE;
}
.TagClassName
{
border-color: #9EFEFE;
}
</style>