Shades of Pale Turquoise #9EEFE5
Tints of Pale Turquoise #9EEFE5
RGB
CMYK
RGB Variations
Color information
#9EEFE5 (or 0x9EEFE5) is known color: Pale Turquoise. HEX triplet: 9E, EF and E5. RGB value is (158,239,229). Sum of RGB (Red+Green+Blue) = 158+239+229=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFE5 is #61101A. Grayscale: #D5D5D5. Windows color (decimal): -6361115 or 15069086. OLE color: 15069086.
HSL color Cylindrical-coordinate representation of color #9EEFE5: hue angle of 172.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFE5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 229 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.06 |
| HSL | 172.59º | 0.72% | 0.78% | - |
| HSV(B) | 172.59º | 0.34% | 0.94% | - |
| XYZ | 59.11 | 74.66 | 85.42 | - |
| YUV | 213.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 229 | 0.34 | 0 | 0.04 | 0.06 | 172.59 | 0.72 | 0.78 |
| Hex | 9E | EF | E5 | 22 | 0 | 4 | 6 | AD | 48 | 4E |
| Octal | 236 | 357 | 345 | 42 | 0 | 4 | 6 | 255 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11100101 | 100010 | 0 | 100 | 110 | 10101101 | 1001000 | 1001110 |
Color Harmonies of #9EEFE5
Complementary color
Monochromatic Colors of #9EEFE5
Black with #9EEFE5
Text Example
Text Example
White with #9EEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFE5; }
p { color: rgb(158,239,229); }
H1.HeaderClassName
{
color: #9EEFE5;
}
.AnyTagClassName
{
color: #9EEFE5;
}
</style>
background-color css
<style>
a { background-color: #9EEFE5; }
a { background-color: rgb(158,239,229); }
div.DivClassName
{
background-color: #9EEFE5;
}
.BgClassName
{
background-color: #9EEFE5;
}
</style>
border-color css
<style>
span { border-color: #9EEFE5; }
span { border-color: rgb(158,239,229); }
td.TdClassName
{
border-color: #9EEFE5;
}
.TagClassName
{
border-color: #9EEFE5;
}
</style>