Shades of Pale Turquoise #9EECE7
Tints of Pale Turquoise #9EECE7
RGB
CMYK
RGB Variations
Color information
#9EECE7 (or 0x9EECE7) is known color: Pale Turquoise. HEX triplet: 9E, EC and E7. RGB value is (158,236,231). Sum of RGB (Red+Green+Blue) = 158+236+231=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECE7 is #611318. Grayscale: #D4D4D4. Windows color (decimal): -6361881 or 15199390. OLE color: 15199390.
HSL color Cylindrical-coordinate representation of color #9EECE7: hue angle of 176.15º degrees, saturation: 0.67, 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 #9EECE7 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 231 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.07 |
| HSL | 176.15º | 0.67% | 0.77% | - |
| HSV(B) | 176.15º | 0.33% | 0.93% | - |
| XYZ | 58.52 | 73.03 | 86.61 | - |
| YUV | 212.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 231 | 0.33 | 0 | 0.02 | 0.07 | 176.15 | 0.67 | 0.77 |
| Hex | 9E | EC | E7 | 21 | 0 | 2 | 7 | B0 | 43 | 4D |
| Octal | 236 | 354 | 347 | 41 | 0 | 2 | 7 | 260 | 103 | 115 |
| Binary | 10011110 | 11101100 | 11100111 | 100001 | 0 | 10 | 111 | 10110000 | 1000011 | 1001101 |
Color Harmonies of #9EECE7
Complementary color
Monochromatic Colors of #9EECE7
Black with #9EECE7
Text Example
Text Example
White with #9EECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECE7; }
p { color: rgb(158,236,231); }
H1.HeaderClassName
{
color: #9EECE7;
}
.AnyTagClassName
{
color: #9EECE7;
}
</style>
background-color css
<style>
a { background-color: #9EECE7; }
a { background-color: rgb(158,236,231); }
div.DivClassName
{
background-color: #9EECE7;
}
.BgClassName
{
background-color: #9EECE7;
}
</style>
border-color css
<style>
span { border-color: #9EECE7; }
span { border-color: rgb(158,236,231); }
td.TdClassName
{
border-color: #9EECE7;
}
.TagClassName
{
border-color: #9EECE7;
}
</style>