Shades of Pale Turquoise #ADF9FF
Tints of Pale Turquoise #ADF9FF
RGB
CMYK
RGB Variations
Color information
#ADF9FF (or 0xADF9FF) is known color: Pale Turquoise. HEX triplet: AD, F9 and FF. RGB value is (173,249,255). Sum of RGB (Red+Green+Blue) = 173+249+255=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9FF is #520600. Grayscale: #E2E2E2. Windows color (decimal): -5375489 or 16775597. OLE color: 16775597.
HSL color Cylindrical-coordinate representation of color #ADF9FF: hue angle of 184.39º 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 #ADF9FF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 249 | 255 | - |
| CMYK | 0.32 | 0.02 | 0 | 0 |
| HSL | 184.39º | 1% | 0.84% | - |
| HSV(B) | 184.39º | 0.32% | 1% | - |
| XYZ | 69.16 | 83.86 | 107.15 | - |
| YUV | 226.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 255 | 0.32 | 0.02 | 0 | 0 | 184.39 | 1 | 0.84 |
| Hex | AD | F9 | FF | 20 | 2 | 0 | 0 | B8 | 64 | 54 |
| Octal | 255 | 371 | 377 | 40 | 2 | 0 | 0 | 270 | 144 | 124 |
| Binary | 10101101 | 11111001 | 11111111 | 100000 | 10 | 0 | 0 | 10111000 | 1100100 | 1010100 |
Color Harmonies of #ADF9FF
Complementary color
Monochromatic Colors of #ADF9FF
Black with #ADF9FF
Text Example
Text Example
White with #ADF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9FF; }
p { color: rgb(173,249,255); }
H1.HeaderClassName
{
color: #ADF9FF;
}
.AnyTagClassName
{
color: #ADF9FF;
}
</style>
background-color css
<style>
a { background-color: #ADF9FF; }
a { background-color: rgb(173,249,255); }
div.DivClassName
{
background-color: #ADF9FF;
}
.BgClassName
{
background-color: #ADF9FF;
}
</style>
border-color css
<style>
span { border-color: #ADF9FF; }
span { border-color: rgb(173,249,255); }
td.TdClassName
{
border-color: #ADF9FF;
}
.TagClassName
{
border-color: #ADF9FF;
}
</style>