Shades of Pale Turquoise #9EEFE2
Tints of Pale Turquoise #9EEFE2
RGB
CMYK
RGB Variations
Color information
#9EEFE2 (or 0x9EEFE2) is known color: Pale Turquoise. HEX triplet: 9E, EF and E2. RGB value is (158,239,226). Sum of RGB (Red+Green+Blue) = 158+239+226=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFE2 is #61101D. Grayscale: #D5D5D5. Windows color (decimal): -6361118 or 14872478. OLE color: 14872478.
HSL color Cylindrical-coordinate representation of color #9EEFE2: hue angle of 170.37º 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 #9EEFE2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 226 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.06 |
| HSL | 170.37º | 0.72% | 0.78% | - |
| HSV(B) | 170.37º | 0.34% | 0.94% | - |
| XYZ | 58.69 | 74.49 | 83.24 | - |
| YUV | 213.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 226 | 0.34 | 0 | 0.05 | 0.06 | 170.37 | 0.72 | 0.78 |
| Hex | 9E | EF | E2 | 22 | 0 | 5 | 6 | AA | 48 | 4E |
| Octal | 236 | 357 | 342 | 42 | 0 | 5 | 6 | 252 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11100010 | 100010 | 0 | 101 | 110 | 10101010 | 1001000 | 1001110 |
Color Harmonies of #9EEFE2
Complementary color
Monochromatic Colors of #9EEFE2
Black with #9EEFE2
Text Example
Text Example
White with #9EEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFE2; }
p { color: rgb(158,239,226); }
H1.HeaderClassName
{
color: #9EEFE2;
}
.AnyTagClassName
{
color: #9EEFE2;
}
</style>
background-color css
<style>
a { background-color: #9EEFE2; }
a { background-color: rgb(158,239,226); }
div.DivClassName
{
background-color: #9EEFE2;
}
.BgClassName
{
background-color: #9EEFE2;
}
</style>
border-color css
<style>
span { border-color: #9EEFE2; }
span { border-color: rgb(158,239,226); }
td.TdClassName
{
border-color: #9EEFE2;
}
.TagClassName
{
border-color: #9EEFE2;
}
</style>