#ADF2F6

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

Shades of Pale Turquoise #ADF2F6

Tints of Pale Turquoise #ADF2F6

Color information

#ADF2F6 (or 0xADF2F6) is unknown color: approx Pale Turquoise. HEX triplet: AD, F2 and F6. RGB value is (173,242,246). Sum of RGB (Red+Green+Blue) = 173+242+246=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2F6 is #520D09. Grayscale: #DDDDDD. Windows color (decimal): -5377290 or 16183981. OLE color: 16183981.

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

Color convert

RGB173242246-
CMYK0.300.0200.04
HSL183.29º80.22%82.16%-
HSV(B)183.29º29.67%96.47%-
XYZ65.6279.0498.99-
YUV221.82141.6493.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.17%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=26.17%
G=36.61%
B=37.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732422460.300.0200.04183.2980.2282.16
HexADF2F61E204b75052
Octal25536236636204267120122
Binary101011011111001011110110111101001001011011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2F6; }

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

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

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

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

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

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

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

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