Shades of Pale Turquoise #9EEBE3
Tints of Pale Turquoise #9EEBE3
RGB
CMYK
RGB Variations
Color information
#9EEBE3 (or 0x9EEBE3) is known color: Pale Turquoise. HEX triplet: 9E, EB and E3. RGB value is (158,235,227). Sum of RGB (Red+Green+Blue) = 158+235+227=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBE3 is #61141C. Grayscale: #D3D3D3. Windows color (decimal): -6362141 or 14936990. OLE color: 14936990.
HSL color Cylindrical-coordinate representation of color #9EEBE3: hue angle of 173.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBE3 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 227 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.08 |
| HSL | 173.77º | 0.66% | 0.77% | - |
| HSV(B) | 173.77º | 0.33% | 0.92% | - |
| XYZ | 57.67 | 72.23 | 83.58 | - |
| YUV | 211.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 227 | 0.33 | 0 | 0.03 | 0.08 | 173.77 | 0.66 | 0.77 |
| Hex | 9E | EB | E3 | 21 | 0 | 3 | 8 | AE | 42 | 4D |
| Octal | 236 | 353 | 343 | 41 | 0 | 3 | 10 | 256 | 102 | 115 |
| Binary | 10011110 | 11101011 | 11100011 | 100001 | 0 | 11 | 1000 | 10101110 | 1000010 | 1001101 |
Color Harmonies of #9EEBE3
Complementary color
Monochromatic Colors of #9EEBE3
Black with #9EEBE3
Text Example
Text Example
White with #9EEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBE3; }
p { color: rgb(158,235,227); }
H1.HeaderClassName
{
color: #9EEBE3;
}
.AnyTagClassName
{
color: #9EEBE3;
}
</style>
background-color css
<style>
a { background-color: #9EEBE3; }
a { background-color: rgb(158,235,227); }
div.DivClassName
{
background-color: #9EEBE3;
}
.BgClassName
{
background-color: #9EEBE3;
}
</style>
border-color css
<style>
span { border-color: #9EEBE3; }
span { border-color: rgb(158,235,227); }
td.TdClassName
{
border-color: #9EEBE3;
}
.TagClassName
{
border-color: #9EEBE3;
}
</style>