Shades of Pale Turquoise #9EEEEC
Tints of Pale Turquoise #9EEEEC
RGB
CMYK
RGB Variations
Color information
#9EEEEC (or 0x9EEEEC) is known color: Pale Turquoise. HEX triplet: 9E, EE and EC. RGB value is (158,238,236). Sum of RGB (Red+Green+Blue) = 158+238+236=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEEC is #611113. Grayscale: #D5D5D5. Windows color (decimal): -6361364 or 15527582. OLE color: 15527582.
HSL color Cylindrical-coordinate representation of color #9EEEEC: hue angle of 178.5º 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 #9EEEEC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 236 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 178.5º | 0.7% | 0.78% | - |
| HSV(B) | 178.5º | 0.34% | 0.93% | - |
| XYZ | 59.82 | 74.47 | 90.58 | - |
| YUV | 213.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 236 | 0.34 | 0 | 0.01 | 0.07 | 178.5 | 0.7 | 0.78 |
| Hex | 9E | EE | EC | 22 | 0 | 1 | 7 | B2 | 46 | 4E |
| Octal | 236 | 356 | 354 | 42 | 0 | 1 | 7 | 262 | 106 | 116 |
| Binary | 10011110 | 11101110 | 11101100 | 100010 | 0 | 1 | 111 | 10110010 | 1000110 | 1001110 |
Color Harmonies of #9EEEEC
Complementary color
Monochromatic Colors of #9EEEEC
Black with #9EEEEC
Text Example
Text Example
White with #9EEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEEEC; }
p { color: rgb(158,238,236); }
H1.HeaderClassName
{
color: #9EEEEC;
}
.AnyTagClassName
{
color: #9EEEEC;
}
</style>
background-color css
<style>
a { background-color: #9EEEEC; }
a { background-color: rgb(158,238,236); }
div.DivClassName
{
background-color: #9EEEEC;
}
.BgClassName
{
background-color: #9EEEEC;
}
</style>
border-color css
<style>
span { border-color: #9EEEEC; }
span { border-color: rgb(158,238,236); }
td.TdClassName
{
border-color: #9EEEEC;
}
.TagClassName
{
border-color: #9EEEEC;
}
</style>