Shades of Pale Turquoise #9FFDED
Tints of Pale Turquoise #9FFDED
RGB
CMYK
RGB Variations
Color information
#9FFDED (or 0x9FFDED) is known color: Pale Turquoise. HEX triplet: 9F, FD and ED. RGB value is (159,253,237). Sum of RGB (Red+Green+Blue) = 159+253+237=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDED is #600212. Grayscale: #DFDFDF. Windows color (decimal): -6291987 or 15596959. OLE color: 15596959.
HSL color Cylindrical-coordinate representation of color #9FFDED: hue angle of 169.79º 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 #9FFDED is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 237 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.01 |
| HSL | 169.79º | 0.96% | 0.81% | - |
| HSV(B) | 169.79º | 0.37% | 0.99% | - |
| XYZ | 64.71 | 83.74 | 92.87 | - |
| YUV | 223.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 237 | 0.37 | 0 | 0.06 | 0.01 | 169.79 | 0.96 | 0.81 |
| Hex | 9F | FD | ED | 25 | 0 | 6 | 1 | AA | 60 | 51 |
| Octal | 237 | 375 | 355 | 45 | 0 | 6 | 1 | 252 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11101101 | 100101 | 0 | 110 | 1 | 10101010 | 1100000 | 1010001 |
Color Harmonies of #9FFDED
Complementary color
Monochromatic Colors of #9FFDED
Black with #9FFDED
Text Example
Text Example
White with #9FFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDED; }
p { color: rgb(159,253,237); }
H1.HeaderClassName
{
color: #9FFDED;
}
.AnyTagClassName
{
color: #9FFDED;
}
</style>
background-color css
<style>
a { background-color: #9FFDED; }
a { background-color: rgb(159,253,237); }
div.DivClassName
{
background-color: #9FFDED;
}
.BgClassName
{
background-color: #9FFDED;
}
</style>
border-color css
<style>
span { border-color: #9FFDED; }
span { border-color: rgb(159,253,237); }
td.TdClassName
{
border-color: #9FFDED;
}
.TagClassName
{
border-color: #9FFDED;
}
</style>