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