Shades of Pale Turquoise #9EFFF5
Tints of Pale Turquoise #9EFFF5
RGB
CMYK
RGB Variations
Color information
#9EFFF5 (or 0x9EFFF5) is known color: Pale Turquoise. HEX triplet: 9E, FF and F5. RGB value is (158,255,245). Sum of RGB (Red+Green+Blue) = 158+255+245=658 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.01% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFF5 is #61000A. Grayscale: #E0E0E0. Windows color (decimal): -6357003 or 16121758. OLE color: 16121758.
HSL color Cylindrical-coordinate representation of color #9EFFF5: hue angle of 173.81º 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 #9EFFF5 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 245 | - |
| CMYK | 0.38 | 0 | 0.04 | 0 |
| HSL | 173.81º | 1% | 0.81% | - |
| HSV(B) | 173.81º | 0.38% | 1% | - |
| XYZ | 66.34 | 85.38 | 99.37 | - |
| YUV | 224.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 245 | 0.38 | 0 | 0.04 | 0 | 173.81 | 1 | 0.81 |
| Hex | 9E | FF | F5 | 26 | 0 | 4 | 0 | AE | 64 | 51 |
| Octal | 236 | 377 | 365 | 46 | 0 | 4 | 0 | 256 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11110101 | 100110 | 0 | 100 | 0 | 10101110 | 1100100 | 1010001 |
Color Harmonies of #9EFFF5
Complementary color
Monochromatic Colors of #9EFFF5
Black with #9EFFF5
Text Example
Text Example
White with #9EFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFF5; }
p { color: rgb(158,255,245); }
H1.HeaderClassName
{
color: #9EFFF5;
}
.AnyTagClassName
{
color: #9EFFF5;
}
</style>
background-color css
<style>
a { background-color: #9EFFF5; }
a { background-color: rgb(158,255,245); }
div.DivClassName
{
background-color: #9EFFF5;
}
.BgClassName
{
background-color: #9EFFF5;
}
</style>
border-color css
<style>
span { border-color: #9EFFF5; }
span { border-color: rgb(158,255,245); }
td.TdClassName
{
border-color: #9EFFF5;
}
.TagClassName
{
border-color: #9EFFF5;
}
</style>