Html Css Color HEX #A6ECED Pale Turquoise

📋 copy color: '#A6ECED'

red 166 ◦ green 236 ◦ blue 237

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

Shades of Pale Turquoise #A6ECED

Tints of Pale Turquoise #A6ECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 25.98%
G = 36.93%
B = 37.09%

CMYK

 C value IS 0.30

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6ECED (or 0xA6ECED) is known color: Pale Turquoise. HEX triplet: A6, EC and ED. RGB value is (166,236,237). Sum of RGB (Red+Green+Blue) = 166+236+237=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECED is #591312. Grayscale: #D7D7D7. Windows color (decimal): -5837587 or 15592614. OLE color: 15592614.

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

Color convert

RGB 166 236 237 -
CMYK 0.30 0.00 0 0.07
HSL 180.85º 0.66% 0.79% -
HSV(B) 180.85º 0.3% 0.93% -
XYZ 61.01 74.21 91.23 -
YUV 215.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 166 236 237 0.30 0.00 0 0.07 180.85 0.66 0.79
Hex A6 EC ED 1E 0 0 7 B5 42 4F
Octal 246 354 355 36 0 0 7 265 102 117
Binary 10100110 11101100 11101101 11110 0 0 111 10110101 1000010 1001111

Color Harmonies of #A6ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECED

Black with #A6ECED

Text Example


Text Example

White with #A6ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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