Shades of Pale Turquoise #ADF8FF
Tints of Pale Turquoise #ADF8FF
RGB
CMYK
RGB Variations
Color information
#ADF8FF (or 0xADF8FF) is known color: Pale Turquoise. HEX triplet: AD, F8 and FF. RGB value is (173,248,255). Sum of RGB (Red+Green+Blue) = 173+248+255=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8FF is #520700. Grayscale: #E2E2E2. Windows color (decimal): -5375745 or 16775341. OLE color: 16775341.
HSL color Cylindrical-coordinate representation of color #ADF8FF: hue angle of 185.12º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADF8FF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 248 | 255 | - |
| CMYK | 0.32 | 0.03 | 0 | 0 |
| HSL | 185.12º | 1% | 0.84% | - |
| HSV(B) | 185.12º | 0.32% | 1% | - |
| XYZ | 68.85 | 83.24 | 107.05 | - |
| YUV | 226.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 255 | 0.32 | 0.03 | 0 | 0 | 185.12 | 1 | 0.84 |
| Hex | AD | F8 | FF | 20 | 3 | 0 | 0 | B9 | 64 | 54 |
| Octal | 255 | 370 | 377 | 40 | 3 | 0 | 0 | 271 | 144 | 124 |
| Binary | 10101101 | 11111000 | 11111111 | 100000 | 11 | 0 | 0 | 10111001 | 1100100 | 1010100 |
Color Harmonies of #ADF8FF
Complementary color
Monochromatic Colors of #ADF8FF
Black with #ADF8FF
Text Example
Text Example
White with #ADF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8FF; }
p { color: rgb(173,248,255); }
H1.HeaderClassName
{
color: #ADF8FF;
}
.AnyTagClassName
{
color: #ADF8FF;
}
</style>
background-color css
<style>
a { background-color: #ADF8FF; }
a { background-color: rgb(173,248,255); }
div.DivClassName
{
background-color: #ADF8FF;
}
.BgClassName
{
background-color: #ADF8FF;
}
</style>
border-color css
<style>
span { border-color: #ADF8FF; }
span { border-color: rgb(173,248,255); }
td.TdClassName
{
border-color: #ADF8FF;
}
.TagClassName
{
border-color: #ADF8FF;
}
</style>