Shades of Pale Turquoise #9EF2EE
Tints of Pale Turquoise #9EF2EE
RGB
CMYK
RGB Variations
Color information
#9EF2EE (or 0x9EF2EE) is known color: Pale Turquoise. HEX triplet: 9E, F2 and EE. RGB value is (158,242,238). Sum of RGB (Red+Green+Blue) = 158+242+238=638 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.76% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2EE is #610D11. Grayscale: #D8D8D8. Windows color (decimal): -6360338 or 15659678. OLE color: 15659678.
HSL color Cylindrical-coordinate representation of color #9EF2EE: hue angle of 177.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2EE is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 238 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.05 |
| HSL | 177.14º | 0.76% | 0.78% | - |
| HSV(B) | 177.14º | 0.35% | 0.95% | - |
| XYZ | 61.29 | 76.95 | 92.51 | - |
| YUV | 216.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 238 | 0.35 | 0 | 0.02 | 0.05 | 177.14 | 0.76 | 0.78 |
| Hex | 9E | F2 | EE | 23 | 0 | 2 | 5 | B1 | 4C | 4E |
| Octal | 236 | 362 | 356 | 43 | 0 | 2 | 5 | 261 | 114 | 116 |
| Binary | 10011110 | 11110010 | 11101110 | 100011 | 0 | 10 | 101 | 10110001 | 1001100 | 1001110 |
Color Harmonies of #9EF2EE
Complementary color
Monochromatic Colors of #9EF2EE
Black with #9EF2EE
Text Example
Text Example
White with #9EF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2EE; }
p { color: rgb(158,242,238); }
H1.HeaderClassName
{
color: #9EF2EE;
}
.AnyTagClassName
{
color: #9EF2EE;
}
</style>
background-color css
<style>
a { background-color: #9EF2EE; }
a { background-color: rgb(158,242,238); }
div.DivClassName
{
background-color: #9EF2EE;
}
.BgClassName
{
background-color: #9EF2EE;
}
</style>
border-color css
<style>
span { border-color: #9EF2EE; }
span { border-color: rgb(158,242,238); }
td.TdClassName
{
border-color: #9EF2EE;
}
.TagClassName
{
border-color: #9EF2EE;
}
</style>