#A8EDF3

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

Shades of Pale Turquoise #A8EDF3

Tints of Pale Turquoise #A8EDF3

Color information

#A8EDF3 (or 0xA8EDF3) is unknown color: approx Pale Turquoise. HEX triplet: A8, ED and F3. RGB value is (168,237,243). Sum of RGB (Red+Green+Blue) = 168+237+243=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDF3 is #57120C. Grayscale: #D8D8D8. Windows color (decimal): -5706253 or 15986088. OLE color: 15986088.

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

Color convert

RGB168237243-
CMYK0.310.0200.05
HSL184.8º75.76%80.59%-
HSV(B)184.8º30.86%95.29%-
XYZ62.6175.3696.04-
YUV217.05142.6493.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.93%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=25.93%
G=36.57%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682372430.310.0200.05184.875.7680.59
HexA8EDF31F205b94c51
Octal25035536337205271114121
Binary101010001110110111110011111111001011011100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDF3; }

 p { color: rgb(168,237,243); }

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

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

 a { background-color: rgb(168,237,243); }

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

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

 span { border-color: rgb(168,237,243); }

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