#A8F0EA

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

Shades of Pale Turquoise #A8F0EA

Tints of Pale Turquoise #A8F0EA

Color information

#A8F0EA (or 0xA8F0EA) is unknown color: approx Pale Turquoise. HEX triplet: A8, F0 and EA. RGB value is (168,240,234). Sum of RGB (Red+Green+Blue) = 168+240+234=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0EA is #570F15. Grayscale: #D9D9D9. Windows color (decimal): -5705494 or 15397032. OLE color: 15397032.

HSL color Cylindrical-coordinate representation of color #A8F0EA: hue angle of 175º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0EA is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB168240234-
CMYK0.300.020.06
HSL175º70.59%80%-
HSV(B)175º30%94.12%-
XYZ62.1676.5989.35-
YUV217.79137.1592.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=26.17%
G=37.38%
B=36.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682402340.300.020.0617570.5980
HexA8F0EA1E026af4750
Octal25036035236026257107120
Binary101010001111000011101010111100101101010111110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F0EA; }

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

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

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

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

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

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

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

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