#ADF2F7

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

Shades of Pale Turquoise #ADF2F7

Tints of Pale Turquoise #ADF2F7

Color information

#ADF2F7 (or 0xADF2F7) is unknown color: approx Pale Turquoise. HEX triplet: AD, F2 and F7. RGB value is (173,242,247). Sum of RGB (Red+Green+Blue) = 173+242+247=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADF2F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2F7 is #520D08. Grayscale: #DDDDDD. Windows color (decimal): -5377289 or 16249517. OLE color: 16249517.

HSL color Cylindrical-coordinate representation of color #ADF2F7: hue angle of 184.05º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF2F7 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173242247-
CMYK0.300.0200.03
HSL184.05º82.22%82.35%-
HSV(B)184.05º29.96%96.86%-
XYZ65.7779.199.8-
YUV221.94142.1493.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.13%
GREEN value IS 242 (94.92% from 255) = 36.56%
BLUE value IS 247 (96.88% from 255) = 37.31%
R=26.13%
G=36.56%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732422470.300.0200.03184.0582.2282.35
HexADF2F71E203b85252
Octal25536236736203270122122
Binary10101101111100101111011111110100111011100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2F7; }

 p { color: rgb(173,242,247); }

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

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

 a { background-color: rgb(173,242,247); }

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

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

 span { border-color: rgb(173,242,247); }

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