Shades of Pale Turquoise #9EFBFC
Tints of Pale Turquoise #9EFBFC
RGB
CMYK
RGB Variations
Color information
#9EFBFC (or 0x9EFBFC) is known color: Pale Turquoise. HEX triplet: 9E, FB and FC. RGB value is (158,251,252). Sum of RGB (Red+Green+Blue) = 158+251+252=661 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.90% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBFC is #610403. Grayscale: #DFDFDF. Windows color (decimal): -6358020 or 16579486. OLE color: 16579486.
HSL color Cylindrical-coordinate representation of color #9EFBFC: hue angle of 180.64º 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 #9EFBFC is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 251 | 252 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.01 |
| HSL | 180.64º | 0.94% | 0.8% | - |
| HSV(B) | 180.64º | 0.37% | 0.99% | - |
| XYZ | 66.17 | 83.29 | 104.68 | - |
| YUV | 223.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 252 | 0.37 | 0.00 | 0 | 0.01 | 180.64 | 0.94 | 0.8 |
| Hex | 9E | FB | FC | 25 | 0 | 0 | 1 | B5 | 5E | 50 |
| Octal | 236 | 373 | 374 | 45 | 0 | 0 | 1 | 265 | 136 | 120 |
| Binary | 10011110 | 11111011 | 11111100 | 100101 | 0 | 0 | 1 | 10110101 | 1011110 | 1010000 |
Color Harmonies of #9EFBFC
Complementary color
Monochromatic Colors of #9EFBFC
Black with #9EFBFC
Text Example
Text Example
White with #9EFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFBFC; }
p { color: rgb(158,251,252); }
H1.HeaderClassName
{
color: #9EFBFC;
}
.AnyTagClassName
{
color: #9EFBFC;
}
</style>
background-color css
<style>
a { background-color: #9EFBFC; }
a { background-color: rgb(158,251,252); }
div.DivClassName
{
background-color: #9EFBFC;
}
.BgClassName
{
background-color: #9EFBFC;
}
</style>
border-color css
<style>
span { border-color: #9EFBFC; }
span { border-color: rgb(158,251,252); }
td.TdClassName
{
border-color: #9EFBFC;
}
.TagClassName
{
border-color: #9EFBFC;
}
</style>