Shades of Pale Turquoise #9EFDFC
Tints of Pale Turquoise #9EFDFC
RGB
CMYK
RGB Variations
Color information
#9EFDFC (or 0x9EFDFC) is known color: Pale Turquoise. HEX triplet: 9E, FD and FC. RGB value is (158,253,252). Sum of RGB (Red+Green+Blue) = 158+253+252=663 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.83% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFC is #610203. Grayscale: #E0E0E0. Windows color (decimal): -6357508 or 16579998. OLE color: 16579998.
HSL color Cylindrical-coordinate representation of color #9EFDFC: hue angle of 179.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDFC is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 252 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.01 |
| HSL | 179.37º | 0.96% | 0.81% | - |
| HSV(B) | 179.37º | 0.38% | 0.99% | - |
| XYZ | 66.8 | 84.55 | 104.89 | - |
| YUV | 224.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 252 | 0.38 | 0 | 0.00 | 0.01 | 179.37 | 0.96 | 0.81 |
| Hex | 9E | FD | FC | 26 | 0 | 0 | 1 | B3 | 60 | 51 |
| Octal | 236 | 375 | 374 | 46 | 0 | 0 | 1 | 263 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11111100 | 100110 | 0 | 0 | 1 | 10110011 | 1100000 | 1010001 |
Color Harmonies of #9EFDFC
Complementary color
Monochromatic Colors of #9EFDFC
Black with #9EFDFC
Text Example
Text Example
White with #9EFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDFC; }
p { color: rgb(158,253,252); }
H1.HeaderClassName
{
color: #9EFDFC;
}
.AnyTagClassName
{
color: #9EFDFC;
}
</style>
background-color css
<style>
a { background-color: #9EFDFC; }
a { background-color: rgb(158,253,252); }
div.DivClassName
{
background-color: #9EFDFC;
}
.BgClassName
{
background-color: #9EFDFC;
}
</style>
border-color css
<style>
span { border-color: #9EFDFC; }
span { border-color: rgb(158,253,252); }
td.TdClassName
{
border-color: #9EFDFC;
}
.TagClassName
{
border-color: #9EFDFC;
}
</style>