Shades of Pale Turquoise #9EF9EB
Tints of Pale Turquoise #9EF9EB
RGB
CMYK
RGB Variations
Color information
#9EF9EB (or 0x9EF9EB) is known color: Pale Turquoise. HEX triplet: 9E, F9 and EB. RGB value is (158,249,235). Sum of RGB (Red+Green+Blue) = 158+249+235=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9EB is #610614. Grayscale: #DCDCDC. Windows color (decimal): -6358549 or 15464862. OLE color: 15464862.
HSL color Cylindrical-coordinate representation of color #9EF9EB: hue angle of 170.77º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9EB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 235 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.02 |
| HSL | 170.77º | 0.88% | 0.8% | - |
| HSV(B) | 170.77º | 0.37% | 0.98% | - |
| XYZ | 62.97 | 81.02 | 90.92 | - |
| YUV | 220.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 235 | 0.37 | 0 | 0.06 | 0.02 | 170.77 | 0.88 | 0.8 |
| Hex | 9E | F9 | EB | 25 | 0 | 6 | 2 | AB | 58 | 50 |
| Octal | 236 | 371 | 353 | 45 | 0 | 6 | 2 | 253 | 130 | 120 |
| Binary | 10011110 | 11111001 | 11101011 | 100101 | 0 | 110 | 10 | 10101011 | 1011000 | 1010000 |
Color Harmonies of #9EF9EB
Complementary color
Monochromatic Colors of #9EF9EB
Black with #9EF9EB
Text Example
Text Example
White with #9EF9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9EB; }
p { color: rgb(158,249,235); }
H1.HeaderClassName
{
color: #9EF9EB;
}
.AnyTagClassName
{
color: #9EF9EB;
}
</style>
background-color css
<style>
a { background-color: #9EF9EB; }
a { background-color: rgb(158,249,235); }
div.DivClassName
{
background-color: #9EF9EB;
}
.BgClassName
{
background-color: #9EF9EB;
}
</style>
border-color css
<style>
span { border-color: #9EF9EB; }
span { border-color: rgb(158,249,235); }
td.TdClassName
{
border-color: #9EF9EB;
}
.TagClassName
{
border-color: #9EF9EB;
}
</style>