#ADFAF9

Color #ADFAF9 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #ADFAF9

Tints of Pale Turquoise #ADFAF9

Color information

#ADFAF9 (or 0xADFAF9) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and F9. RGB value is (173,250,249). Sum of RGB (Red+Green+Blue) = 173+250+249=672 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.74% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF9 is #520506. Grayscale: #E2E2E2. Windows color (decimal): -5375239 or 16382637. OLE color: 16382637.

HSL color Cylindrical-coordinate representation of color #ADFAF9: hue angle of 179.22º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAF9 is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB173250249-
CMYK0.3100.000.02
HSL179.22º88.51%82.94%-
HSV(B)179.22º30.8%98.04%-
XYZ68.5284.1102.24-
YUV226.86140.4989.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 25.74%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=25.74%
G=37.20%
B=37.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502490.3100.000.02179.2288.5182.94
HexADFAF91F002b35953
Octal25537237137002263131123
Binary1010110111111010111110011111100101011001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAF9; }

 p { color: rgb(173,250,249); }

 H1.HeaderClassName
 {
   color: #ADFAF9;
 }
 .AnyTagClassName
 {
   color: #ADFAF9;
 }
</style>
background-color css

<style>
 a { background-color: #ADFAF9; }

 a { background-color: rgb(173,250,249); }

 div.DivClassName
 {
   background-color: #ADFAF9;
 }
 .BgClassName
 {
   background-color: #ADFAF9;
 }
</style>
border-color css

<style>
 span { border-color: #ADFAF9; }

 span { border-color: rgb(173,250,249); }

 td.TdClassName
 {
   border-color: #ADFAF9;
 }
 .TagClassName
 {
   border-color: #ADFAF9;
 }
</style>