#ADFAF8

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

Shades of Pale Turquoise #ADFAF8

Tints of Pale Turquoise #ADFAF8

Color information

#ADFAF8 (or 0xADFAF8) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and F8. RGB value is (173,250,248). Sum of RGB (Red+Green+Blue) = 173+250+248=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF8 is #520507. Grayscale: #E2E2E2. Windows color (decimal): -5375240 or 16317101. OLE color: 16317101.

HSL color Cylindrical-coordinate representation of color #ADFAF8: hue angle of 178.44º 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 #ADFAF8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB173250248-
CMYK0.3100.010.02
HSL178.44º88.51%82.94%-
HSV(B)178.44º30.8%98.04%-
XYZ68.3684.03101.42-
YUV226.75139.9989.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.78%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=25.78%
G=37.26%
B=36.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502480.3100.010.02178.4488.5182.94
HexADFAF81F012b25953
Octal25537237037012262131123
Binary1010110111111010111110001111101101011001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAF8; }

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

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

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

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

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

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

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

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