Shades of Pale Turquoise #9DF7FF
Tints of Pale Turquoise #9DF7FF
RGB
CMYK
RGB Variations
Color information
#9DF7FF (or 0x9DF7FF) is known color: Pale Turquoise. HEX triplet: 9D, F7 and FF. RGB value is (157,247,255). Sum of RGB (Red+Green+Blue) = 157+247+255=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF7FF is #620800. Grayscale: #DCDCDC. Windows color (decimal): -6424577 or 16775069. OLE color: 16775069.
HSL color Cylindrical-coordinate representation of color #9DF7FF: hue angle of 184.9º 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 #9DF7FF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 247 | 255 | - |
| CMYK | 0.38 | 0.03 | 0 | 0 |
| HSL | 184.9º | 1% | 0.81% | - |
| HSV(B) | 184.9º | 0.38% | 1% | - |
| XYZ | 65.22 | 80.91 | 106.79 | - |
| YUV | 221 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 255 | 0.38 | 0.03 | 0 | 0 | 184.9 | 1 | 0.81 |
| Hex | 9D | F7 | FF | 26 | 3 | 0 | 0 | B9 | 64 | 51 |
| Octal | 235 | 367 | 377 | 46 | 3 | 0 | 0 | 271 | 144 | 121 |
| Binary | 10011101 | 11110111 | 11111111 | 100110 | 11 | 0 | 0 | 10111001 | 1100100 | 1010001 |
Color Harmonies of #9DF7FF
Complementary color
Monochromatic Colors of #9DF7FF
Black with #9DF7FF
Text Example
Text Example
White with #9DF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF7FF; }
p { color: rgb(157,247,255); }
H1.HeaderClassName
{
color: #9DF7FF;
}
.AnyTagClassName
{
color: #9DF7FF;
}
</style>
background-color css
<style>
a { background-color: #9DF7FF; }
a { background-color: rgb(157,247,255); }
div.DivClassName
{
background-color: #9DF7FF;
}
.BgClassName
{
background-color: #9DF7FF;
}
</style>
border-color css
<style>
span { border-color: #9DF7FF; }
span { border-color: rgb(157,247,255); }
td.TdClassName
{
border-color: #9DF7FF;
}
.TagClassName
{
border-color: #9DF7FF;
}
</style>