Shades of Pale Turquoise #9FEAE6
Tints of Pale Turquoise #9FEAE6
RGB
CMYK
RGB Variations
Color information
#9FEAE6 (or 0x9FEAE6) is known color: Pale Turquoise. HEX triplet: 9F, EA and E6. RGB value is (159,234,230). Sum of RGB (Red+Green+Blue) = 159+234+230=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAE6 is #601519. Grayscale: #D3D3D3. Windows color (decimal): -6296858 or 15133343. OLE color: 15133343.
HSL color Cylindrical-coordinate representation of color #9FEAE6: hue angle of 176.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAE6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 230 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.08 |
| HSL | 176.8º | 0.64% | 0.77% | - |
| HSV(B) | 176.8º | 0.32% | 0.92% | - |
| XYZ | 58 | 71.93 | 85.69 | - |
| YUV | 211.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 230 | 0.32 | 0 | 0.02 | 0.08 | 176.8 | 0.64 | 0.77 |
| Hex | 9F | EA | E6 | 20 | 0 | 2 | 8 | B1 | 40 | 4D |
| Octal | 237 | 352 | 346 | 40 | 0 | 2 | 10 | 261 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11100110 | 100000 | 0 | 10 | 1000 | 10110001 | 1000000 | 1001101 |
Color Harmonies of #9FEAE6
Complementary color
Monochromatic Colors of #9FEAE6
Black with #9FEAE6
Text Example
Text Example
White with #9FEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAE6; }
p { color: rgb(159,234,230); }
H1.HeaderClassName
{
color: #9FEAE6;
}
.AnyTagClassName
{
color: #9FEAE6;
}
</style>
background-color css
<style>
a { background-color: #9FEAE6; }
a { background-color: rgb(159,234,230); }
div.DivClassName
{
background-color: #9FEAE6;
}
.BgClassName
{
background-color: #9FEAE6;
}
</style>
border-color css
<style>
span { border-color: #9FEAE6; }
span { border-color: rgb(159,234,230); }
td.TdClassName
{
border-color: #9FEAE6;
}
.TagClassName
{
border-color: #9FEAE6;
}
</style>