#A8F2EE

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

Shades of Pale Turquoise #A8F2EE

Tints of Pale Turquoise #A8F2EE

Color information

#A8F2EE (or 0xA8F2EE) is unknown color: approx Pale Turquoise. HEX triplet: A8, F2 and EE. RGB value is (168,242,238). Sum of RGB (Red+Green+Blue) = 168+242+238=648 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.93% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F2EE is #570D11. Grayscale: #DBDBDB. Windows color (decimal): -5704978 or 15659688. OLE color: 15659688.

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

Color convert

RGB168242238-
CMYK0.3100.020.05
HSL176.76º74%80.39%-
HSV(B)176.76º30.58%94.9%-
XYZ63.337892.61-
YUV219.42138.4891.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.93%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=25.93%
G=37.35%
B=36.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682422380.3100.020.05176.767480.39
HexA8F2EE1F025b14a50
Octal25036235637025261112120
Binary101010001111001011101110111110101011011000110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F2EE; }

 p { color: rgb(168,242,238); }

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

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

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

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

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

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

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