#A6EEEE

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

Shades of Pale Turquoise #A6EEEE

Tints of Pale Turquoise #A6EEEE

Color information

#A6EEEE (or 0xA6EEEE) is unknown color: approx Pale Turquoise. HEX triplet: A6, EE and EE. RGB value is (166,238,238). Sum of RGB (Red+Green+Blue) = 166+238+238=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #A6EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEEE is #591111. Grayscale: #D8D8D8. Windows color (decimal): -5837074 or 15658662. OLE color: 15658662.

HSL color Cylindrical-coordinate representation of color #A6EEEE: hue angle of 180º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEEE is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166238238-
CMYK0.30000.07
HSL180º67.92%79.22%-
HSV(B)180º30.25%93.33%-
XYZ61.7375.4392.19-
YUV216.47140.1592-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.86%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=25.86%
G=37.07%
B=37.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662382380.30000.0718067.9279.22
HexA6EEEE1E007b4444f
Octal24635635636007264104117
Binary10100110111011101110111011110001111011010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EEEE; }

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

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

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

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

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

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

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

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