Shades of Pale Turquoise #9EECE5
Tints of Pale Turquoise #9EECE5
RGB
CMYK
RGB Variations
Color information
#9EECE5 (or 0x9EECE5) is known color: Pale Turquoise. HEX triplet: 9E, EC and E5. RGB value is (158,236,229). Sum of RGB (Red+Green+Blue) = 158+236+229=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECE5 is #61131A. Grayscale: #D3D3D3. Windows color (decimal): -6361883 or 15068318. OLE color: 15068318.
HSL color Cylindrical-coordinate representation of color #9EECE5: hue angle of 174.62º 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 #9EECE5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 229 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.07 |
| HSL | 174.62º | 0.67% | 0.77% | - |
| HSV(B) | 174.62º | 0.33% | 0.93% | - |
| XYZ | 58.24 | 72.92 | 85.13 | - |
| YUV | 211.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 229 | 0.33 | 0 | 0.03 | 0.07 | 174.62 | 0.67 | 0.77 |
| Hex | 9E | EC | E5 | 21 | 0 | 3 | 7 | AF | 43 | 4D |
| Octal | 236 | 354 | 345 | 41 | 0 | 3 | 7 | 257 | 103 | 115 |
| Binary | 10011110 | 11101100 | 11100101 | 100001 | 0 | 11 | 111 | 10101111 | 1000011 | 1001101 |
Color Harmonies of #9EECE5
Complementary color
Monochromatic Colors of #9EECE5
Black with #9EECE5
Text Example
Text Example
White with #9EECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECE5; }
p { color: rgb(158,236,229); }
H1.HeaderClassName
{
color: #9EECE5;
}
.AnyTagClassName
{
color: #9EECE5;
}
</style>
background-color css
<style>
a { background-color: #9EECE5; }
a { background-color: rgb(158,236,229); }
div.DivClassName
{
background-color: #9EECE5;
}
.BgClassName
{
background-color: #9EECE5;
}
</style>
border-color css
<style>
span { border-color: #9EECE5; }
span { border-color: rgb(158,236,229); }
td.TdClassName
{
border-color: #9EECE5;
}
.TagClassName
{
border-color: #9EECE5;
}
</style>