Shades of Pale Turquoise #9EEEEB
Tints of Pale Turquoise #9EEEEB
RGB
CMYK
RGB Variations
Color information
#9EEEEB (or 0x9EEEEB) is known color: Pale Turquoise. HEX triplet: 9E, EE and EB. RGB value is (158,238,235). Sum of RGB (Red+Green+Blue) = 158+238+235=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEEB is #611114. Grayscale: #D5D5D5. Windows color (decimal): -6361365 or 15462046. OLE color: 15462046.
HSL color Cylindrical-coordinate representation of color #9EEEEB: hue angle of 177.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEEB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 235 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 177.75º | 0.7% | 0.78% | - |
| HSV(B) | 177.75º | 0.34% | 0.93% | - |
| XYZ | 59.67 | 74.42 | 89.82 | - |
| YUV | 213.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 235 | 0.34 | 0 | 0.01 | 0.07 | 177.75 | 0.7 | 0.78 |
| Hex | 9E | EE | EB | 22 | 0 | 1 | 7 | B2 | 46 | 4E |
| Octal | 236 | 356 | 353 | 42 | 0 | 1 | 7 | 262 | 106 | 116 |
| Binary | 10011110 | 11101110 | 11101011 | 100010 | 0 | 1 | 111 | 10110010 | 1000110 | 1001110 |
Color Harmonies of #9EEEEB
Complementary color
Monochromatic Colors of #9EEEEB
Black with #9EEEEB
Text Example
Text Example
White with #9EEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEEEB; }
p { color: rgb(158,238,235); }
H1.HeaderClassName
{
color: #9EEEEB;
}
.AnyTagClassName
{
color: #9EEEEB;
}
</style>
background-color css
<style>
a { background-color: #9EEEEB; }
a { background-color: rgb(158,238,235); }
div.DivClassName
{
background-color: #9EEEEB;
}
.BgClassName
{
background-color: #9EEEEB;
}
</style>
border-color css
<style>
span { border-color: #9EEEEB; }
span { border-color: rgb(158,238,235); }
td.TdClassName
{
border-color: #9EEEEB;
}
.TagClassName
{
border-color: #9EEEEB;
}
</style>