Shades of Pale Turquoise #9DF8FF
Tints of Pale Turquoise #9DF8FF
RGB
CMYK
RGB Variations
Color information
#9DF8FF (or 0x9DF8FF) is known color: Pale Turquoise. HEX triplet: 9D, F8 and FF. RGB value is (157,248,255). Sum of RGB (Red+Green+Blue) = 157+248+255=660 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.79% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF8FF is #620700. Grayscale: #DDDDDD. Windows color (decimal): -6424321 or 16775325. OLE color: 16775325.
HSL color Cylindrical-coordinate representation of color #9DF8FF: hue angle of 184.29º 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 #9DF8FF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 248 | 255 | - |
| CMYK | 0.38 | 0.03 | 0 | 0 |
| HSL | 184.29º | 1% | 0.81% | - |
| HSV(B) | 184.29º | 0.38% | 1% | - |
| XYZ | 65.52 | 81.52 | 106.89 | - |
| YUV | 221.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 255 | 0.38 | 0.03 | 0 | 0 | 184.29 | 1 | 0.81 |
| Hex | 9D | F8 | FF | 26 | 3 | 0 | 0 | B8 | 64 | 51 |
| Octal | 235 | 370 | 377 | 46 | 3 | 0 | 0 | 270 | 144 | 121 |
| Binary | 10011101 | 11111000 | 11111111 | 100110 | 11 | 0 | 0 | 10111000 | 1100100 | 1010001 |
Color Harmonies of #9DF8FF
Complementary color
Monochromatic Colors of #9DF8FF
Black with #9DF8FF
Text Example
Text Example
White with #9DF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8FF; }
p { color: rgb(157,248,255); }
H1.HeaderClassName
{
color: #9DF8FF;
}
.AnyTagClassName
{
color: #9DF8FF;
}
</style>
background-color css
<style>
a { background-color: #9DF8FF; }
a { background-color: rgb(157,248,255); }
div.DivClassName
{
background-color: #9DF8FF;
}
.BgClassName
{
background-color: #9DF8FF;
}
</style>
border-color css
<style>
span { border-color: #9DF8FF; }
span { border-color: rgb(157,248,255); }
td.TdClassName
{
border-color: #9DF8FF;
}
.TagClassName
{
border-color: #9DF8FF;
}
</style>