#ADF6EF

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

Shades of Pale Turquoise #ADF6EF

Tints of Pale Turquoise #ADF6EF

Color information

#ADF6EF (or 0xADF6EF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F6 and EF. RGB value is (173,246,239). Sum of RGB (Red+Green+Blue) = 173+246+239=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6EF is #520910. Grayscale: #DFDFDF. Windows color (decimal): -5376273 or 15726253. OLE color: 15726253.

HSL color Cylindrical-coordinate representation of color #ADF6EF: hue angle of 174.25º 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 #ADF6EF is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB173246239-
CMYK0.3000.030.04
HSL174.25º80.22%82.16%-
HSV(B)174.25º29.67%96.47%-
XYZ65.7781.0393.83-
YUV223.38136.8292.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.29%
GREEN value IS 246 (96.48% from 255) = 37.39%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=26.29%
G=37.39%
B=36.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732462390.3000.030.04174.2580.2282.16
HexADF6EF1E034ae5052
Octal25536635736034256120122
Binary101011011111011011101111111100111001010111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6EF; }

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

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

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

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

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

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

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

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