Shades of Pale Turquoise #9EEFE6
Tints of Pale Turquoise #9EEFE6
RGB
CMYK
RGB Variations
Color information
#9EEFE6 (or 0x9EEFE6) is known color: Pale Turquoise. HEX triplet: 9E, EF and E6. RGB value is (158,239,230). Sum of RGB (Red+Green+Blue) = 158+239+230=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFE6 is #611019. Grayscale: #D5D5D5. Windows color (decimal): -6361114 or 15134622. OLE color: 15134622.
HSL color Cylindrical-coordinate representation of color #9EEFE6: hue angle of 173.33º degrees, saturation: 0.72, 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 #9EEFE6 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 230 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.06 |
| HSL | 173.33º | 0.72% | 0.78% | - |
| HSV(B) | 173.33º | 0.34% | 0.94% | - |
| XYZ | 59.25 | 74.72 | 86.16 | - |
| YUV | 213.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 230 | 0.34 | 0 | 0.04 | 0.06 | 173.33 | 0.72 | 0.78 |
| Hex | 9E | EF | E6 | 22 | 0 | 4 | 6 | AD | 48 | 4E |
| Octal | 236 | 357 | 346 | 42 | 0 | 4 | 6 | 255 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11100110 | 100010 | 0 | 100 | 110 | 10101101 | 1001000 | 1001110 |
Color Harmonies of #9EEFE6
Complementary color
Monochromatic Colors of #9EEFE6
Black with #9EEFE6
Text Example
Text Example
White with #9EEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFE6; }
p { color: rgb(158,239,230); }
H1.HeaderClassName
{
color: #9EEFE6;
}
.AnyTagClassName
{
color: #9EEFE6;
}
</style>
background-color css
<style>
a { background-color: #9EEFE6; }
a { background-color: rgb(158,239,230); }
div.DivClassName
{
background-color: #9EEFE6;
}
.BgClassName
{
background-color: #9EEFE6;
}
</style>
border-color css
<style>
span { border-color: #9EEFE6; }
span { border-color: rgb(158,239,230); }
td.TdClassName
{
border-color: #9EEFE6;
}
.TagClassName
{
border-color: #9EEFE6;
}
</style>