#A6FDEE

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

Shades of Pale Turquoise #A6FDEE

Tints of Pale Turquoise #A6FDEE

Color information

#A6FDEE (or 0xA6FDEE) is unknown color: approx Pale Turquoise. HEX triplet: A6, FD and EE. RGB value is (166,253,238). Sum of RGB (Red+Green+Blue) = 166+253+238=657 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.27% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDEE is #590211. Grayscale: #E1E1E1. Windows color (decimal): -5833234 or 15662502. OLE color: 15662502.

HSL color Cylindrical-coordinate representation of color #A6FDEE: hue angle of 169.66º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDEE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB166253238-
CMYK0.3400.060.01
HSL169.66º95.6%82.16%-
HSV(B)169.66º34.39%99.22%-
XYZ66.2884.5393.71-
YUV225.28135.1885.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.27%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=25.27%
G=38.51%
B=36.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662532380.3400.060.01169.6695.682.16
HexA6FDEE22061aa6052
Octal24637535642061252140122
Binary101001101111110111101110100010011011010101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FDEE; }

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

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

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

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

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

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

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

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