Shades of Pale Turquoise #9EFDEC
Tints of Pale Turquoise #9EFDEC
RGB
CMYK
RGB Variations
Color information
#9EFDEC (or 0x9EFDEC) is known color: Pale Turquoise. HEX triplet: 9E, FD and EC. RGB value is (158,253,236). Sum of RGB (Red+Green+Blue) = 158+253+236=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEC is #610213. Grayscale: #DEDEDE. Windows color (decimal): -6357524 or 15531422. OLE color: 15531422.
HSL color Cylindrical-coordinate representation of color #9EFDEC: hue angle of 169.26º 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 #9EFDEC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 236 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.01 |
| HSL | 169.26º | 0.96% | 0.81% | - |
| HSV(B) | 169.26º | 0.38% | 0.99% | - |
| XYZ | 64.37 | 83.58 | 92.1 | - |
| YUV | 222.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 236 | 0.38 | 0 | 0.07 | 0.01 | 169.26 | 0.96 | 0.81 |
| Hex | 9E | FD | EC | 26 | 0 | 7 | 1 | A9 | 60 | 51 |
| Octal | 236 | 375 | 354 | 46 | 0 | 7 | 1 | 251 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11101100 | 100110 | 0 | 111 | 1 | 10101001 | 1100000 | 1010001 |
Color Harmonies of #9EFDEC
Complementary color
Monochromatic Colors of #9EFDEC
Black with #9EFDEC
Text Example
Text Example
White with #9EFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDEC; }
p { color: rgb(158,253,236); }
H1.HeaderClassName
{
color: #9EFDEC;
}
.AnyTagClassName
{
color: #9EFDEC;
}
</style>
background-color css
<style>
a { background-color: #9EFDEC; }
a { background-color: rgb(158,253,236); }
div.DivClassName
{
background-color: #9EFDEC;
}
.BgClassName
{
background-color: #9EFDEC;
}
</style>
border-color css
<style>
span { border-color: #9EFDEC; }
span { border-color: rgb(158,253,236); }
td.TdClassName
{
border-color: #9EFDEC;
}
.TagClassName
{
border-color: #9EFDEC;
}
</style>