Shades of Pale Turquoise #9EEDE9
Tints of Pale Turquoise #9EEDE9
RGB
CMYK
RGB Variations
Color information
#9EEDE9 (or 0x9EEDE9) is known color: Pale Turquoise. HEX triplet: 9E, ED and E9. RGB value is (158,237,233). Sum of RGB (Red+Green+Blue) = 158+237+233=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDE9 is #611216. Grayscale: #D4D4D4. Windows color (decimal): -6361623 or 15330718. OLE color: 15330718.
HSL color Cylindrical-coordinate representation of color #9EEDE9: hue angle of 176.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDE9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 233 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.07 |
| HSL | 176.96º | 0.69% | 0.77% | - |
| HSV(B) | 176.96º | 0.33% | 0.93% | - |
| XYZ | 59.09 | 73.72 | 88.21 | - |
| YUV | 212.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 233 | 0.33 | 0 | 0.02 | 0.07 | 176.96 | 0.69 | 0.77 |
| Hex | 9E | ED | E9 | 21 | 0 | 2 | 7 | B1 | 45 | 4D |
| Octal | 236 | 355 | 351 | 41 | 0 | 2 | 7 | 261 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11101001 | 100001 | 0 | 10 | 111 | 10110001 | 1000101 | 1001101 |
Color Harmonies of #9EEDE9
Complementary color
Monochromatic Colors of #9EEDE9
Black with #9EEDE9
Text Example
Text Example
White with #9EEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDE9; }
p { color: rgb(158,237,233); }
H1.HeaderClassName
{
color: #9EEDE9;
}
.AnyTagClassName
{
color: #9EEDE9;
}
</style>
background-color css
<style>
a { background-color: #9EEDE9; }
a { background-color: rgb(158,237,233); }
div.DivClassName
{
background-color: #9EEDE9;
}
.BgClassName
{
background-color: #9EEDE9;
}
</style>
border-color css
<style>
span { border-color: #9EEDE9; }
span { border-color: rgb(158,237,233); }
td.TdClassName
{
border-color: #9EEDE9;
}
.TagClassName
{
border-color: #9EEDE9;
}
</style>