#ADF4E8

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

Shades of Pale Turquoise #ADF4E8

Tints of Pale Turquoise #ADF4E8

Color information

#ADF4E8 (or 0xADF4E8) is unknown color: approx Pale Turquoise. HEX triplet: AD, F4 and E8. RGB value is (173,244,232). Sum of RGB (Red+Green+Blue) = 173+244+232=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4E8 is #520B17. Grayscale: #DDDDDD. Windows color (decimal): -5376792 or 15266989. OLE color: 15266989.

HSL color Cylindrical-coordinate representation of color #ADF4E8: hue angle of 169.86º degrees, saturation: 0.76, 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 #ADF4E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB173244232-
CMYK0.2900.050.04
HSL169.86º76.34%81.76%-
HSV(B)169.86º29.1%95.69%-
XYZ64.1579.4188.29-
YUV221.4133.9893.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=26.66%
G=37.60%
B=35.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732442320.2900.050.04169.8676.3481.76
HexADF4E81D054aa4c52
Octal25536435035054252114122
Binary1010110111110100111010001110101011001010101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF4E8; }

 p { color: rgb(173,244,232); }

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

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

 a { background-color: rgb(173,244,232); }

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

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

 span { border-color: rgb(173,244,232); }

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