#ADEDF7

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

Shades of Pale Turquoise #ADEDF7

Tints of Pale Turquoise #ADEDF7

Color information

#ADEDF7 (or 0xADEDF7) is unknown color: approx Pale Turquoise. HEX triplet: AD, ED and F7. RGB value is (173,237,247). Sum of RGB (Red+Green+Blue) = 173+237+247=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADEDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDF7 is #521208. Grayscale: #DADADA. Windows color (decimal): -5378569 or 16248237. OLE color: 16248237.

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

Color convert

RGB173237247-
CMYK0.300.0400.03
HSL188.11º82.22%82.35%-
HSV(B)188.11º29.96%96.86%-
XYZ64.3176.1799.31-
YUV219143.895.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.33%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=26.33%
G=36.07%
B=37.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732372470.300.0400.03188.1182.2282.35
HexADEDF71E403bc5252
Octal25535536736403274122122
Binary101011011110110111110111111101000111011110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDF7; }

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

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

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

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

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

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

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

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