Shades of Pale Turquoise #9EF9FC
Tints of Pale Turquoise #9EF9FC
RGB
CMYK
RGB Variations
Color information
#9EF9FC (or 0x9EF9FC) is known color: Pale Turquoise. HEX triplet: 9E, F9 and FC. RGB value is (158,249,252). Sum of RGB (Red+Green+Blue) = 158+249+252=659 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.98% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EF9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9FC is #610603. Grayscale: #DEDEDE. Windows color (decimal): -6358532 or 16578974. OLE color: 16578974.
HSL color Cylindrical-coordinate representation of color #9EF9FC: hue angle of 181.91º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9FC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 249 | 252 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.01 |
| HSL | 181.91º | 0.94% | 0.8% | - |
| HSV(B) | 181.91º | 0.37% | 0.99% | - |
| XYZ | 65.55 | 82.05 | 104.48 | - |
| YUV | 222.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 252 | 0.37 | 0.01 | 0 | 0.01 | 181.91 | 0.94 | 0.8 |
| Hex | 9E | F9 | FC | 25 | 1 | 0 | 1 | B6 | 5E | 50 |
| Octal | 236 | 371 | 374 | 45 | 1 | 0 | 1 | 266 | 136 | 120 |
| Binary | 10011110 | 11111001 | 11111100 | 100101 | 1 | 0 | 1 | 10110110 | 1011110 | 1010000 |
Color Harmonies of #9EF9FC
Complementary color
Monochromatic Colors of #9EF9FC
Black with #9EF9FC
Text Example
Text Example
White with #9EF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9FC; }
p { color: rgb(158,249,252); }
H1.HeaderClassName
{
color: #9EF9FC;
}
.AnyTagClassName
{
color: #9EF9FC;
}
</style>
background-color css
<style>
a { background-color: #9EF9FC; }
a { background-color: rgb(158,249,252); }
div.DivClassName
{
background-color: #9EF9FC;
}
.BgClassName
{
background-color: #9EF9FC;
}
</style>
border-color css
<style>
span { border-color: #9EF9FC; }
span { border-color: rgb(158,249,252); }
td.TdClassName
{
border-color: #9EF9FC;
}
.TagClassName
{
border-color: #9EF9FC;
}
</style>