Shades of Pale Turquoise #9EF0EA
Tints of Pale Turquoise #9EF0EA
RGB
CMYK
RGB Variations
Color information
#9EF0EA (or 0x9EF0EA) is known color: Pale Turquoise. HEX triplet: 9E, F0 and EA. RGB value is (158,240,234). Sum of RGB (Red+Green+Blue) = 158+240+234=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF0EA is #610F15. Grayscale: #D6D6D6. Windows color (decimal): -6360854 or 15397022. OLE color: 15397022.
HSL color Cylindrical-coordinate representation of color #9EF0EA: hue angle of 175.61º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0EA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 240 | 234 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.06 |
| HSL | 175.61º | 0.73% | 0.78% | - |
| HSV(B) | 175.61º | 0.34% | 0.94% | - |
| XYZ | 60.11 | 75.53 | 89.25 | - |
| YUV | 214.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 234 | 0.34 | 0 | 0.02 | 0.06 | 175.61 | 0.73 | 0.78 |
| Hex | 9E | F0 | EA | 22 | 0 | 2 | 6 | B0 | 49 | 4E |
| Octal | 236 | 360 | 352 | 42 | 0 | 2 | 6 | 260 | 111 | 116 |
| Binary | 10011110 | 11110000 | 11101010 | 100010 | 0 | 10 | 110 | 10110000 | 1001001 | 1001110 |
Color Harmonies of #9EF0EA
Complementary color
Monochromatic Colors of #9EF0EA
Black with #9EF0EA
Text Example
Text Example
White with #9EF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF0EA; }
p { color: rgb(158,240,234); }
H1.HeaderClassName
{
color: #9EF0EA;
}
.AnyTagClassName
{
color: #9EF0EA;
}
</style>
background-color css
<style>
a { background-color: #9EF0EA; }
a { background-color: rgb(158,240,234); }
div.DivClassName
{
background-color: #9EF0EA;
}
.BgClassName
{
background-color: #9EF0EA;
}
</style>
border-color css
<style>
span { border-color: #9EF0EA; }
span { border-color: rgb(158,240,234); }
td.TdClassName
{
border-color: #9EF0EA;
}
.TagClassName
{
border-color: #9EF0EA;
}
</style>