Shades of Pale Turquoise #9EFBFF
Tints of Pale Turquoise #9EFBFF
RGB
CMYK
RGB Variations
Color information
#9EFBFF (or 0x9EFBFF) is known color: Pale Turquoise. HEX triplet: 9E, FB and FF. RGB value is (158,251,255). Sum of RGB (Red+Green+Blue) = 158+251+255=664 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.80% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBFF is #610400. Grayscale: #DFDFDF. Windows color (decimal): -6358017 or 16776094. OLE color: 16776094.
HSL color Cylindrical-coordinate representation of color #9EFBFF: hue angle of 182.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFBFF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 251 | 255 | - |
| CMYK | 0.38 | 0.02 | 0 | 0 |
| HSL | 182.47º | 1% | 0.81% | - |
| HSV(B) | 182.47º | 0.38% | 1% | - |
| XYZ | 66.65 | 83.48 | 107.21 | - |
| YUV | 223.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 255 | 0.38 | 0.02 | 0 | 0 | 182.47 | 1 | 0.81 |
| Hex | 9E | FB | FF | 26 | 2 | 0 | 0 | B6 | 64 | 51 |
| Octal | 236 | 373 | 377 | 46 | 2 | 0 | 0 | 266 | 144 | 121 |
| Binary | 10011110 | 11111011 | 11111111 | 100110 | 10 | 0 | 0 | 10110110 | 1100100 | 1010001 |
Color Harmonies of #9EFBFF
Complementary color
Monochromatic Colors of #9EFBFF
Black with #9EFBFF
Text Example
Text Example
White with #9EFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFBFF; }
p { color: rgb(158,251,255); }
H1.HeaderClassName
{
color: #9EFBFF;
}
.AnyTagClassName
{
color: #9EFBFF;
}
</style>
background-color css
<style>
a { background-color: #9EFBFF; }
a { background-color: rgb(158,251,255); }
div.DivClassName
{
background-color: #9EFBFF;
}
.BgClassName
{
background-color: #9EFBFF;
}
</style>
border-color css
<style>
span { border-color: #9EFBFF; }
span { border-color: rgb(158,251,255); }
td.TdClassName
{
border-color: #9EFBFF;
}
.TagClassName
{
border-color: #9EFBFF;
}
</style>