#ADF1E7

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

Shades of Pale Turquoise #ADF1E7

Tints of Pale Turquoise #ADF1E7

Color information

#ADF1E7 (or 0xADF1E7) is unknown color: approx Pale Turquoise. HEX triplet: AD, F1 and E7. RGB value is (173,241,231). Sum of RGB (Red+Green+Blue) = 173+241+231=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1E7 is #520E18. Grayscale: #DBDBDB. Windows color (decimal): -5377561 or 15200685. OLE color: 15200685.

HSL color Cylindrical-coordinate representation of color #ADF1E7: hue angle of 171.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1E7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB173241231-
CMYK0.2800.040.05
HSL171.18º70.83%81.18%-
HSV(B)171.18º28.22%94.51%-
XYZ63.1177.5687.25-
YUV219.53134.4794.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=26.82%
G=37.36%
B=35.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732412310.2800.040.05171.1870.8381.18
HexADF1E71C045ab4751
Octal25536134734045253107121
Binary1010110111110001111001111110001001011010101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1E7; }

 p { color: rgb(173,241,231); }

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

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

 a { background-color: rgb(173,241,231); }

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

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

 span { border-color: rgb(173,241,231); }

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