Shades of Pale Turquoise #9FFEED
Tints of Pale Turquoise #9FFEED
RGB
CMYK
RGB Variations
Color information
#9FFEED (or 0x9FFEED) is known color: Pale Turquoise. HEX triplet: 9F, FE and ED. RGB value is (159,254,237). Sum of RGB (Red+Green+Blue) = 159+254+237=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEED is #600112. Grayscale: #DFDFDF. Windows color (decimal): -6291731 or 15597215. OLE color: 15597215.
HSL color Cylindrical-coordinate representation of color #9FFEED: hue angle of 169.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEED is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 237 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.00 |
| HSL | 169.26º | 0.98% | 0.81% | - |
| HSV(B) | 169.26º | 0.37% | 1% | - |
| XYZ | 65.03 | 84.37 | 92.98 | - |
| YUV | 223.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 237 | 0.37 | 0 | 0.07 | 0.00 | 169.26 | 0.98 | 0.81 |
| Hex | 9F | FE | ED | 25 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 237 | 376 | 355 | 45 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11101101 | 100101 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #9FFEED
Complementary color
Monochromatic Colors of #9FFEED
Black with #9FFEED
Text Example
Text Example
White with #9FFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEED; }
p { color: rgb(159,254,237); }
H1.HeaderClassName
{
color: #9FFEED;
}
.AnyTagClassName
{
color: #9FFEED;
}
</style>
background-color css
<style>
a { background-color: #9FFEED; }
a { background-color: rgb(159,254,237); }
div.DivClassName
{
background-color: #9FFEED;
}
.BgClassName
{
background-color: #9FFEED;
}
</style>
border-color css
<style>
span { border-color: #9FFEED; }
span { border-color: rgb(159,254,237); }
td.TdClassName
{
border-color: #9FFEED;
}
.TagClassName
{
border-color: #9FFEED;
}
</style>