Shades of Pale Turquoise #9FFDEC
Tints of Pale Turquoise #9FFDEC
RGB
CMYK
RGB Variations
Color information
#9FFDEC (or 0x9FFDEC) is known color: Pale Turquoise. HEX triplet: 9F, FD and EC. RGB value is (159,253,236). Sum of RGB (Red+Green+Blue) = 159+253+236=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDEC is #600213. Grayscale: #DEDEDE. Windows color (decimal): -6291988 or 15531423. OLE color: 15531423.
HSL color Cylindrical-coordinate representation of color #9FFDEC: hue angle of 169.15º 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 #9FFDEC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 236 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.01 |
| HSL | 169.15º | 0.96% | 0.81% | - |
| HSV(B) | 169.15º | 0.37% | 0.99% | - |
| XYZ | 64.56 | 83.68 | 92.11 | - |
| YUV | 222.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 236 | 0.37 | 0 | 0.07 | 0.01 | 169.15 | 0.96 | 0.81 |
| Hex | 9F | FD | EC | 25 | 0 | 7 | 1 | A9 | 60 | 51 |
| Octal | 237 | 375 | 354 | 45 | 0 | 7 | 1 | 251 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11101100 | 100101 | 0 | 111 | 1 | 10101001 | 1100000 | 1010001 |
Color Harmonies of #9FFDEC
Complementary color
Monochromatic Colors of #9FFDEC
Black with #9FFDEC
Text Example
Text Example
White with #9FFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDEC; }
p { color: rgb(159,253,236); }
H1.HeaderClassName
{
color: #9FFDEC;
}
.AnyTagClassName
{
color: #9FFDEC;
}
</style>
background-color css
<style>
a { background-color: #9FFDEC; }
a { background-color: rgb(159,253,236); }
div.DivClassName
{
background-color: #9FFDEC;
}
.BgClassName
{
background-color: #9FFDEC;
}
</style>
border-color css
<style>
span { border-color: #9FFDEC; }
span { border-color: rgb(159,253,236); }
td.TdClassName
{
border-color: #9FFDEC;
}
.TagClassName
{
border-color: #9FFDEC;
}
</style>