Shades of Pale Turquoise #9FFCE7
Tints of Pale Turquoise #9FFCE7
RGB
CMYK
RGB Variations
Color information
#9FFCE7 (or 0x9FFCE7) is known color: Pale Turquoise. HEX triplet: 9F, FC and E7. RGB value is (159,252,231). Sum of RGB (Red+Green+Blue) = 159+252+231=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCE7 is #600318. Grayscale: #DDDDDD. Windows color (decimal): -6292249 or 15203487. OLE color: 15203487.
HSL color Cylindrical-coordinate representation of color #9FFCE7: hue angle of 166.45º 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 #9FFCE7 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 231 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.01 |
| HSL | 166.45º | 0.94% | 0.81% | - |
| HSV(B) | 166.45º | 0.37% | 0.99% | - |
| XYZ | 63.53 | 82.76 | 88.23 | - |
| YUV | 221.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 231 | 0.37 | 0 | 0.08 | 0.01 | 166.45 | 0.94 | 0.81 |
| Hex | 9F | FC | E7 | 25 | 0 | 8 | 1 | A6 | 5E | 51 |
| Octal | 237 | 374 | 347 | 45 | 0 | 10 | 1 | 246 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11100111 | 100101 | 0 | 1000 | 1 | 10100110 | 1011110 | 1010001 |
Color Harmonies of #9FFCE7
Complementary color
Monochromatic Colors of #9FFCE7
Black with #9FFCE7
Text Example
Text Example
White with #9FFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCE7; }
p { color: rgb(159,252,231); }
H1.HeaderClassName
{
color: #9FFCE7;
}
.AnyTagClassName
{
color: #9FFCE7;
}
</style>
background-color css
<style>
a { background-color: #9FFCE7; }
a { background-color: rgb(159,252,231); }
div.DivClassName
{
background-color: #9FFCE7;
}
.BgClassName
{
background-color: #9FFCE7;
}
</style>
border-color css
<style>
span { border-color: #9FFCE7; }
span { border-color: rgb(159,252,231); }
td.TdClassName
{
border-color: #9FFCE7;
}
.TagClassName
{
border-color: #9FFCE7;
}
</style>