#A8FBEA

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

Shades of Pale Turquoise #A8FBEA

Tints of Pale Turquoise #A8FBEA

Color information

#A8FBEA (or 0xA8FBEA) is unknown color: approx Pale Turquoise. HEX triplet: A8, FB and EA. RGB value is (168,251,234). Sum of RGB (Red+Green+Blue) = 168+251+234=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBEA is #570415. Grayscale: #E0E0E0. Windows color (decimal): -5702678 or 15399848. OLE color: 15399848.

HSL color Cylindrical-coordinate representation of color #A8FBEA: hue angle of 167.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBEA is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB168251234-
CMYK0.3300.070.02
HSL167.71º91.21%82.16%-
HSV(B)167.71º33.07%98.43%-
XYZ65.583.2690.46-
YUV224.24133.587.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.73%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=25.73%
G=38.44%
B=35.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682512340.3300.070.02167.7191.2182.16
HexA8FBEA21072a85b52
Octal25037335241072250133122
Binary1010100011111011111010101000010111101010100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FBEA; }

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

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

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

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

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

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

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

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