#A8EAEA

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

Shades of Pale Turquoise #A8EAEA

Tints of Pale Turquoise #A8EAEA

Color information

#A8EAEA (or 0xA8EAEA) is unknown color: approx Pale Turquoise. HEX triplet: A8, EA and EA. RGB value is (168,234,234). Sum of RGB (Red+Green+Blue) = 168+234+234=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #A8EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAEA is #571515. Grayscale: #D6D6D6. Windows color (decimal): -5707030 or 15395496. OLE color: 15395496.

HSL color Cylindrical-coordinate representation of color #A8EAEA: hue angle of 180º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAEA is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168234234-
CMYK0.28000.08
HSL180º61.11%78.82%-
HSV(B)180º28.21%91.76%-
XYZ60.4273.1188.77-
YUV214.27139.1395-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.42%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=26.42%
G=36.79%
B=36.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682342340.28000.0818061.1178.82
HexA8EAEA1C008b43d4f
Octal25035235234001026475117
Binary10101000111010101110101011100001000101101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EAEA; }

 p { color: rgb(168,234,234); }

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

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

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

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

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

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

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