Shades of Pale Turquoise #9EFFFD
Tints of Pale Turquoise #9EFFFD
RGB
CMYK
RGB Variations
Color information
#9EFFFD (or 0x9EFFFD) is known color: Pale Turquoise. HEX triplet: 9E, FF and FD. RGB value is (158,255,253). Sum of RGB (Red+Green+Blue) = 158+255+253=666 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.72% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFD is #610002. Grayscale: #E1E1E1. Windows color (decimal): -6356995 or 16646046. OLE color: 16646046.
HSL color Cylindrical-coordinate representation of color #9EFFFD: hue angle of 178.76º 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 #9EFFFD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 253 | - |
| CMYK | 0.38 | 0 | 0.01 | 0 |
| HSL | 178.76º | 1% | 0.81% | - |
| HSV(B) | 178.76º | 0.38% | 1% | - |
| XYZ | 67.59 | 85.88 | 105.94 | - |
| YUV | 225.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 253 | 0.38 | 0 | 0.01 | 0 | 178.76 | 1 | 0.81 |
| Hex | 9E | FF | FD | 26 | 0 | 1 | 0 | B3 | 64 | 51 |
| Octal | 236 | 377 | 375 | 46 | 0 | 1 | 0 | 263 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11111101 | 100110 | 0 | 1 | 0 | 10110011 | 1100100 | 1010001 |
Color Harmonies of #9EFFFD
Complementary color
Monochromatic Colors of #9EFFFD
Black with #9EFFFD
Text Example
Text Example
White with #9EFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFFD; }
p { color: rgb(158,255,253); }
H1.HeaderClassName
{
color: #9EFFFD;
}
.AnyTagClassName
{
color: #9EFFFD;
}
</style>
background-color css
<style>
a { background-color: #9EFFFD; }
a { background-color: rgb(158,255,253); }
div.DivClassName
{
background-color: #9EFFFD;
}
.BgClassName
{
background-color: #9EFFFD;
}
</style>
border-color css
<style>
span { border-color: #9EFFFD; }
span { border-color: rgb(158,255,253); }
td.TdClassName
{
border-color: #9EFFFD;
}
.TagClassName
{
border-color: #9EFFFD;
}
</style>