#A6FBEA

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

Shades of Pale Turquoise #A6FBEA

Tints of Pale Turquoise #A6FBEA

Color information

#A6FBEA (or 0xA6FBEA) is unknown color: approx Pale Turquoise. HEX triplet: A6, FB and EA. RGB value is (166,251,234). Sum of RGB (Red+Green+Blue) = 166+251+234=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBEA is #590415. Grayscale: #DFDFDF. Windows color (decimal): -5833750 or 15399846. OLE color: 15399846.

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

Color convert

RGB166251234-
CMYK0.3400.070.02
HSL168º91.4%81.76%-
HSV(B)168º33.86%98.43%-
XYZ65.0783.0490.44-
YUV223.65133.8486.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.50%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=25.50%
G=38.56%
B=35.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512340.3400.070.0216891.481.76
HexA6FBEA22072a85b52
Octal24637335242072250133122
Binary1010011011111011111010101000100111101010100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBEA; }

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

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

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

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

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

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

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

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