Shades of Pale Turquoise #9EF6FE
Tints of Pale Turquoise #9EF6FE
RGB
CMYK
RGB Variations
Color information
#9EF6FE (or 0x9EF6FE) is known color: Pale Turquoise. HEX triplet: 9E, F6 and FE. RGB value is (158,246,254). Sum of RGB (Red+Green+Blue) = 158+246+254=658 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.01% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EF6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF6FE is #610901. Grayscale: #DCDCDC. Windows color (decimal): -6359298 or 16709278. OLE color: 16709278.
HSL color Cylindrical-coordinate representation of color #9EF6FE: hue angle of 185º 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 #9EF6FE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 246 | 254 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.00 |
| HSL | 185º | 0.98% | 0.81% | - |
| HSV(B) | 185º | 0.38% | 1% | - |
| XYZ | 64.95 | 80.34 | 105.85 | - |
| YUV | 220.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 246 | 254 | 0.38 | 0.03 | 0 | 0.00 | 185 | 0.98 | 0.81 |
| Hex | 9E | F6 | FE | 26 | 3 | 0 | 0 | B9 | 62 | 51 |
| Octal | 236 | 366 | 376 | 46 | 3 | 0 | 0 | 271 | 142 | 121 |
| Binary | 10011110 | 11110110 | 11111110 | 100110 | 11 | 0 | 0 | 10111001 | 1100010 | 1010001 |
Color Harmonies of #9EF6FE
Complementary color
Monochromatic Colors of #9EF6FE
Black with #9EF6FE
Text Example
Text Example
White with #9EF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF6FE; }
p { color: rgb(158,246,254); }
H1.HeaderClassName
{
color: #9EF6FE;
}
.AnyTagClassName
{
color: #9EF6FE;
}
</style>
background-color css
<style>
a { background-color: #9EF6FE; }
a { background-color: rgb(158,246,254); }
div.DivClassName
{
background-color: #9EF6FE;
}
.BgClassName
{
background-color: #9EF6FE;
}
</style>
border-color css
<style>
span { border-color: #9EF6FE; }
span { border-color: rgb(158,246,254); }
td.TdClassName
{
border-color: #9EF6FE;
}
.TagClassName
{
border-color: #9EF6FE;
}
</style>