#A6FBEE

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

Shades of Pale Turquoise #A6FBEE

Tints of Pale Turquoise #A6FBEE

Color information

#A6FBEE (or 0xA6FBEE) is unknown color: approx Pale Turquoise. HEX triplet: A6, FB and EE. RGB value is (166,251,238). Sum of RGB (Red+Green+Blue) = 166+251+238=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBEE is #590411. Grayscale: #E0E0E0. Windows color (decimal): -5833746 or 15661990. OLE color: 15661990.

HSL color Cylindrical-coordinate representation of color #A6FBEE: hue angle of 170.82º 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 #A6FBEE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB166251238-
CMYK0.3400.050.02
HSL170.82º91.4%81.76%-
HSV(B)170.82º33.86%98.43%-
XYZ65.6683.2793.5-
YUV224.1135.8486.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.34%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=25.34%
G=38.32%
B=36.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512380.3400.050.02170.8291.481.76
HexA6FBEE22052ab5b52
Octal24637335642052253133122
Binary1010011011111011111011101000100101101010101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBEE; }

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

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

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

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

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

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

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

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