Shades of Pale Turquoise #9EFDEB
Tints of Pale Turquoise #9EFDEB
RGB
CMYK
RGB Variations
Color information
#9EFDEB (or 0x9EFDEB) is known color: Pale Turquoise. HEX triplet: 9E, FD and EB. RGB value is (158,253,235). Sum of RGB (Red+Green+Blue) = 158+253+235=646 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.46% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEB is #610214. Grayscale: #DEDEDE. Windows color (decimal): -6357525 or 15465886. OLE color: 15465886.
HSL color Cylindrical-coordinate representation of color #9EFDEB: hue angle of 168.63º 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 #9EFDEB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 235 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.01 |
| HSL | 168.63º | 0.96% | 0.81% | - |
| HSV(B) | 168.63º | 0.38% | 0.99% | - |
| XYZ | 64.22 | 83.52 | 91.33 | - |
| YUV | 222.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 235 | 0.38 | 0 | 0.07 | 0.01 | 168.63 | 0.96 | 0.81 |
| Hex | 9E | FD | EB | 26 | 0 | 7 | 1 | A9 | 60 | 51 |
| Octal | 236 | 375 | 353 | 46 | 0 | 7 | 1 | 251 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11101011 | 100110 | 0 | 111 | 1 | 10101001 | 1100000 | 1010001 |
Color Harmonies of #9EFDEB
Complementary color
Monochromatic Colors of #9EFDEB
Black with #9EFDEB
Text Example
Text Example
White with #9EFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDEB; }
p { color: rgb(158,253,235); }
H1.HeaderClassName
{
color: #9EFDEB;
}
.AnyTagClassName
{
color: #9EFDEB;
}
</style>
background-color css
<style>
a { background-color: #9EFDEB; }
a { background-color: rgb(158,253,235); }
div.DivClassName
{
background-color: #9EFDEB;
}
.BgClassName
{
background-color: #9EFDEB;
}
</style>
border-color css
<style>
span { border-color: #9EFDEB; }
span { border-color: rgb(158,253,235); }
td.TdClassName
{
border-color: #9EFDEB;
}
.TagClassName
{
border-color: #9EFDEB;
}
</style>