Shades of Pale Turquoise #9FFDFF
Tints of Pale Turquoise #9FFDFF
RGB
CMYK
RGB Variations
Color information
#9FFDFF (or 0x9FFDFF) is known color: Pale Turquoise. HEX triplet: 9F, FD and FF. RGB value is (159,253,255). Sum of RGB (Red+Green+Blue) = 159+253+255=667 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.84% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDFF is #600200. Grayscale: #E1E1E1. Windows color (decimal): -6291969 or 16776607. OLE color: 16776607.
HSL color Cylindrical-coordinate representation of color #9FFDFF: hue angle of 181.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFDFF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 253 | 255 | - |
| CMYK | 0.38 | 0.01 | 0 | 0 |
| HSL | 181.25º | 1% | 0.81% | - |
| HSV(B) | 181.25º | 0.38% | 1% | - |
| XYZ | 67.47 | 84.84 | 107.43 | - |
| YUV | 225.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 255 | 0.38 | 0.01 | 0 | 0 | 181.25 | 1 | 0.81 |
| Hex | 9F | FD | FF | 26 | 1 | 0 | 0 | B5 | 64 | 51 |
| Octal | 237 | 375 | 377 | 46 | 1 | 0 | 0 | 265 | 144 | 121 |
| Binary | 10011111 | 11111101 | 11111111 | 100110 | 1 | 0 | 0 | 10110101 | 1100100 | 1010001 |
Color Harmonies of #9FFDFF
Complementary color
Monochromatic Colors of #9FFDFF
Black with #9FFDFF
Text Example
Text Example
White with #9FFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDFF; }
p { color: rgb(159,253,255); }
H1.HeaderClassName
{
color: #9FFDFF;
}
.AnyTagClassName
{
color: #9FFDFF;
}
</style>
background-color css
<style>
a { background-color: #9FFDFF; }
a { background-color: rgb(159,253,255); }
div.DivClassName
{
background-color: #9FFDFF;
}
.BgClassName
{
background-color: #9FFDFF;
}
</style>
border-color css
<style>
span { border-color: #9FFDFF; }
span { border-color: rgb(159,253,255); }
td.TdClassName
{
border-color: #9FFDFF;
}
.TagClassName
{
border-color: #9FFDFF;
}
</style>