#ADF5ED

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

Shades of Pale Turquoise #ADF5ED

Tints of Pale Turquoise #ADF5ED

Color information

#ADF5ED (or 0xADF5ED) is unknown color: approx Pale Turquoise. HEX triplet: AD, F5 and ED. RGB value is (173,245,237). Sum of RGB (Red+Green+Blue) = 173+245+237=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5ED is #520A12. Grayscale: #DEDEDE. Windows color (decimal): -5376531 or 15594925. OLE color: 15594925.

HSL color Cylindrical-coordinate representation of color #ADF5ED: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5ED is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB173245237-
CMYK0.2900.030.04
HSL173.33º78.26%81.96%-
HSV(B)173.33º29.39%96.08%-
XYZ65.1780.392.19-
YUV222.56136.1592.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.41%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=26.41%
G=37.40%
B=36.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452370.2900.030.04173.3378.2681.96
HexADF5ED1D034ad4e52
Octal25536535535034255116122
Binary101011011111010111101101111010111001010110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5ED; }

 p { color: rgb(173,245,237); }

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

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

 a { background-color: rgb(173,245,237); }

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

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

 span { border-color: rgb(173,245,237); }

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