Shades of Pale Turquoise #9FFDEA
Tints of Pale Turquoise #9FFDEA
RGB
CMYK
RGB Variations
Color information
#9FFDEA (or 0x9FFDEA) is known color: Pale Turquoise. HEX triplet: 9F, FD and EA. RGB value is (159,253,234). Sum of RGB (Red+Green+Blue) = 159+253+234=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDEA is #600215. Grayscale: #DEDEDE. Windows color (decimal): -6291990 or 15400351. OLE color: 15400351.
HSL color Cylindrical-coordinate representation of color #9FFDEA: hue angle of 167.87º degrees, saturation: 0.96, 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 #9FFDEA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 234 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.01 |
| HSL | 167.87º | 0.96% | 0.81% | - |
| HSV(B) | 167.87º | 0.37% | 0.99% | - |
| XYZ | 64.27 | 83.56 | 90.58 | - |
| YUV | 222.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 234 | 0.37 | 0 | 0.08 | 0.01 | 167.87 | 0.96 | 0.81 |
| Hex | 9F | FD | EA | 25 | 0 | 8 | 1 | A8 | 60 | 51 |
| Octal | 237 | 375 | 352 | 45 | 0 | 10 | 1 | 250 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11101010 | 100101 | 0 | 1000 | 1 | 10101000 | 1100000 | 1010001 |
Color Harmonies of #9FFDEA
Complementary color
Monochromatic Colors of #9FFDEA
Black with #9FFDEA
Text Example
Text Example
White with #9FFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDEA; }
p { color: rgb(159,253,234); }
H1.HeaderClassName
{
color: #9FFDEA;
}
.AnyTagClassName
{
color: #9FFDEA;
}
</style>
background-color css
<style>
a { background-color: #9FFDEA; }
a { background-color: rgb(159,253,234); }
div.DivClassName
{
background-color: #9FFDEA;
}
.BgClassName
{
background-color: #9FFDEA;
}
</style>
border-color css
<style>
span { border-color: #9FFDEA; }
span { border-color: rgb(159,253,234); }
td.TdClassName
{
border-color: #9FFDEA;
}
.TagClassName
{
border-color: #9FFDEA;
}
</style>