Shades of Pale Turquoise #9EEDE5
Tints of Pale Turquoise #9EEDE5
RGB
CMYK
RGB Variations
Color information
#9EEDE5 (or 0x9EEDE5) is known color: Pale Turquoise. HEX triplet: 9E, ED and E5. RGB value is (158,237,229). Sum of RGB (Red+Green+Blue) = 158+237+229=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDE5 is #61121A. Grayscale: #D4D4D4. Windows color (decimal): -6361627 or 15068574. OLE color: 15068574.
HSL color Cylindrical-coordinate representation of color #9EEDE5: hue angle of 173.92º 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 #9EEDE5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 229 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.07 |
| HSL | 173.92º | 0.69% | 0.77% | - |
| HSV(B) | 173.92º | 0.33% | 0.93% | - |
| XYZ | 58.53 | 73.49 | 85.23 | - |
| YUV | 212.47 | 137.33 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 229 | 0.33 | 0 | 0.03 | 0.07 | 173.92 | 0.69 | 0.77 |
| Hex | 9E | ED | E5 | 21 | 0 | 3 | 7 | AE | 45 | 4D |
| Octal | 236 | 355 | 345 | 41 | 0 | 3 | 7 | 256 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11100101 | 100001 | 0 | 11 | 111 | 10101110 | 1000101 | 1001101 |
Color Harmonies of #9EEDE5
Complementary color
Monochromatic Colors of #9EEDE5
Black with #9EEDE5
Text Example
Text Example
White with #9EEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDE5; }
p { color: rgb(158,237,229); }
H1.HeaderClassName
{
color: #9EEDE5;
}
.AnyTagClassName
{
color: #9EEDE5;
}
</style>
background-color css
<style>
a { background-color: #9EEDE5; }
a { background-color: rgb(158,237,229); }
div.DivClassName
{
background-color: #9EEDE5;
}
.BgClassName
{
background-color: #9EEDE5;
}
</style>
border-color css
<style>
span { border-color: #9EEDE5; }
span { border-color: rgb(158,237,229); }
td.TdClassName
{
border-color: #9EEDE5;
}
.TagClassName
{
border-color: #9EEDE5;
}
</style>