Shades of Pale Turquoise #9EF9FE
Tints of Pale Turquoise #9EF9FE
RGB
CMYK
RGB Variations
Color information
#9EF9FE (or 0x9EF9FE) is known color: Pale Turquoise. HEX triplet: 9E, F9 and FE. RGB value is (158,249,254). Sum of RGB (Red+Green+Blue) = 158+249+254=661 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.90% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9FE is #610601. Grayscale: #DEDEDE. Windows color (decimal): -6358530 or 16710046. OLE color: 16710046.
HSL color Cylindrical-coordinate representation of color #9EF9FE: hue angle of 183.12º 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 #9EF9FE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 249 | 254 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.00 |
| HSL | 183.13º | 0.98% | 0.81% | - |
| HSV(B) | 183.13º | 0.38% | 1% | - |
| XYZ | 65.87 | 82.18 | 106.16 | - |
| YUV | 222.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 254 | 0.38 | 0.02 | 0 | 0.00 | 183.13 | 0.98 | 0.81 |
| Hex | 9E | F9 | FE | 26 | 2 | 0 | 0 | B7 | 62 | 51 |
| Octal | 236 | 371 | 376 | 46 | 2 | 0 | 0 | 267 | 142 | 121 |
| Binary | 10011110 | 11111001 | 11111110 | 100110 | 10 | 0 | 0 | 10110111 | 1100010 | 1010001 |
Color Harmonies of #9EF9FE
Complementary color
Monochromatic Colors of #9EF9FE
Black with #9EF9FE
Text Example
Text Example
White with #9EF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9FE; }
p { color: rgb(158,249,254); }
H1.HeaderClassName
{
color: #9EF9FE;
}
.AnyTagClassName
{
color: #9EF9FE;
}
</style>
background-color css
<style>
a { background-color: #9EF9FE; }
a { background-color: rgb(158,249,254); }
div.DivClassName
{
background-color: #9EF9FE;
}
.BgClassName
{
background-color: #9EF9FE;
}
</style>
border-color css
<style>
span { border-color: #9EF9FE; }
span { border-color: rgb(158,249,254); }
td.TdClassName
{
border-color: #9EF9FE;
}
.TagClassName
{
border-color: #9EF9FE;
}
</style>