Shades of Pale Turquoise #9EF3EA
Tints of Pale Turquoise #9EF3EA
RGB
CMYK
RGB Variations
Color information
#9EF3EA (or 0x9EF3EA) is known color: Pale Turquoise. HEX triplet: 9E, F3 and EA. RGB value is (158,243,234). Sum of RGB (Red+Green+Blue) = 158+243+234=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3EA is #610C15. Grayscale: #D8D8D8. Windows color (decimal): -6360086 or 15397790. OLE color: 15397790.
HSL color Cylindrical-coordinate representation of color #9EF3EA: hue angle of 173.65º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3EA is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 234 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.05 |
| HSL | 173.65º | 0.78% | 0.79% | - |
| HSV(B) | 173.65º | 0.35% | 0.95% | - |
| XYZ | 61 | 77.31 | 89.55 | - |
| YUV | 216.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 234 | 0.35 | 0 | 0.04 | 0.05 | 173.65 | 0.78 | 0.79 |
| Hex | 9E | F3 | EA | 23 | 0 | 4 | 5 | AE | 4E | 4F |
| Octal | 236 | 363 | 352 | 43 | 0 | 4 | 5 | 256 | 116 | 117 |
| Binary | 10011110 | 11110011 | 11101010 | 100011 | 0 | 100 | 101 | 10101110 | 1001110 | 1001111 |
Color Harmonies of #9EF3EA
Complementary color
Monochromatic Colors of #9EF3EA
Black with #9EF3EA
Text Example
Text Example
White with #9EF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF3EA; }
p { color: rgb(158,243,234); }
H1.HeaderClassName
{
color: #9EF3EA;
}
.AnyTagClassName
{
color: #9EF3EA;
}
</style>
background-color css
<style>
a { background-color: #9EF3EA; }
a { background-color: rgb(158,243,234); }
div.DivClassName
{
background-color: #9EF3EA;
}
.BgClassName
{
background-color: #9EF3EA;
}
</style>
border-color css
<style>
span { border-color: #9EF3EA; }
span { border-color: rgb(158,243,234); }
td.TdClassName
{
border-color: #9EF3EA;
}
.TagClassName
{
border-color: #9EF3EA;
}
</style>