Html Css Color HEX #A6ECEB Pale Turquoise

📋 copy color: '#A6ECEB'

red 166 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #A6ECEB

Tints of Pale Turquoise #A6ECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 26.06%
G = 37.05%
B = 36.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A6ECEB (or 0xA6ECEB) is known color: Pale Turquoise. HEX triplet: A6, EC and EB. RGB value is (166,236,235). Sum of RGB (Red+Green+Blue) = 166+236+235=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECEB is #591314. Grayscale: #D6D6D6. Windows color (decimal): -5837589 or 15461542. OLE color: 15461542.

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

Color convert

RGB 166 236 235 -
CMYK 0.30 0 0.00 0.07
HSL 179.14º 0.65% 0.79% -
HSV(B) 179.14º 0.3% 0.93% -
XYZ 60.72 74.1 89.7 -
YUV 214.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 166 236 235 0.30 0 0.00 0.07 179.14 0.65 0.79
Hex A6 EC EB 1E 0 0 7 B3 41 4F
Octal 246 354 353 36 0 0 7 263 101 117
Binary 10100110 11101100 11101011 11110 0 0 111 10110011 1000001 1001111

Color Harmonies of #A6ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECEB

Black with #A6ECEB

Text Example


Text Example

White with #A6ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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