Html Css Color HEX #A6ECEA Pale Turquoise

📋 copy color: '#A6ECEA'

red 166 ◦ green 236 ◦ blue 234

#A6ECEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A6ECEA

Tints of Pale Turquoise #A6ECEA

RGB

 RED value IS 166 (65.23% from 255) = 26.1%

 GREEN value IS 236 (92.58% from 255) = 37.11%

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 26.1%
G = 37.11%
B = 36.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A6ECEA (or 0xA6ECEA) is known color: Pale Turquoise. HEX triplet: A6, EC and EA. RGB value is (166,236,234). Sum of RGB (Red+Green+Blue) = 166+236+234=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECEA is #591315. Grayscale: #D6D6D6. Windows color (decimal): -5837590 or 15396006. OLE color: 15396006.

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

Color convert

RGB 166 236 234 -
CMYK 0.30 0 0.01 0.07
HSL 178.29º 0.65% 0.79% -
HSV(B) 178.29º 0.3% 0.93% -
XYZ 60.57 74.04 88.94 -
YUV 214.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 166 236 234 0.30 0 0.01 0.07 178.29 0.65 0.79
Hex A6 EC EA 1E 0 1 7 B2 41 4F
Octal 246 354 352 36 0 1 7 262 101 117
Binary 10100110 11101100 11101010 11110 0 1 111 10110010 1000001 1001111

Color Harmonies of #A6ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECEA

Black with #A6ECEA

Text Example


Text Example

White with #A6ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECEA; }

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

 H1.HeaderClassName
 {
   color: #A6ECEA;
 }
 .AnyTagClassName
 {
   color: #A6ECEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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