#A6EEEB

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

Shades of Pale Turquoise #A6EEEB

Tints of Pale Turquoise #A6EEEB

Color information

#A6EEEB (or 0xA6EEEB) is unknown color: approx Pale Turquoise. HEX triplet: A6, EE and EB. RGB value is (166,238,235). Sum of RGB (Red+Green+Blue) = 166+238+235=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEEB is #591114. Grayscale: #D8D8D8. Windows color (decimal): -5837077 or 15462054. OLE color: 15462054.

HSL color Cylindrical-coordinate representation of color #A6EEEB: hue angle of 177.5º 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 #A6EEEB is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB166238235-
CMYK0.3000.010.07
HSL177.5º67.92%79.22%-
HSV(B)177.5º30.25%93.33%-
XYZ61.375.2589.89-
YUV216.13138.6592.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=25.98%
G=37.25%
B=36.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662382350.3000.010.07177.567.9279.22
HexA6EEEB1E017b2444f
Octal24635635336017262104117
Binary10100110111011101110101111110011111011001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EEEB; }

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

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

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

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

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

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

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

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