Shades of Pale Turquoise #9FFCE9
Tints of Pale Turquoise #9FFCE9
RGB
CMYK
RGB Variations
Color information
#9FFCE9 (or 0x9FFCE9) is known color: Pale Turquoise. HEX triplet: 9F, FC and E9. RGB value is (159,252,233). Sum of RGB (Red+Green+Blue) = 159+252+233=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCE9 is #600316. Grayscale: #DEDEDE. Windows color (decimal): -6292247 or 15334559. OLE color: 15334559.
HSL color Cylindrical-coordinate representation of color #9FFCE9: hue angle of 167.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCE9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 233 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.01 |
| HSL | 167.74º | 0.94% | 0.81% | - |
| HSV(B) | 167.74º | 0.37% | 0.99% | - |
| XYZ | 63.82 | 82.87 | 89.72 | - |
| YUV | 222.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 233 | 0.37 | 0 | 0.08 | 0.01 | 167.74 | 0.94 | 0.81 |
| Hex | 9F | FC | E9 | 25 | 0 | 8 | 1 | A8 | 5E | 51 |
| Octal | 237 | 374 | 351 | 45 | 0 | 10 | 1 | 250 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11101001 | 100101 | 0 | 1000 | 1 | 10101000 | 1011110 | 1010001 |
Color Harmonies of #9FFCE9
Complementary color
Monochromatic Colors of #9FFCE9
Black with #9FFCE9
Text Example
Text Example
White with #9FFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCE9; }
p { color: rgb(159,252,233); }
H1.HeaderClassName
{
color: #9FFCE9;
}
.AnyTagClassName
{
color: #9FFCE9;
}
</style>
background-color css
<style>
a { background-color: #9FFCE9; }
a { background-color: rgb(159,252,233); }
div.DivClassName
{
background-color: #9FFCE9;
}
.BgClassName
{
background-color: #9FFCE9;
}
</style>
border-color css
<style>
span { border-color: #9FFCE9; }
span { border-color: rgb(159,252,233); }
td.TdClassName
{
border-color: #9FFCE9;
}
.TagClassName
{
border-color: #9FFCE9;
}
</style>