Html Css Color HEX #A6ECEE Pale Turquoise

📋 copy color: '#A6ECEE'

red 166 ◦ green 236 ◦ blue 238

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

Shades of Pale Turquoise #A6ECEE

Tints of Pale Turquoise #A6ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 25.94%
G = 36.88%
B = 37.19%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6ECEE (or 0xA6ECEE) is known color: Pale Turquoise. HEX triplet: A6, EC and EE. RGB value is (166,236,238). Sum of RGB (Red+Green+Blue) = 166+236+238=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECEE is #591311. Grayscale: #D7D7D7. Windows color (decimal): -5837586 or 15658150. OLE color: 15658150.

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

Color convert

RGB 166 236 238 -
CMYK 0.30 0.01 0 0.07
HSL 181.67º 0.68% 0.79% -
HSV(B) 181.67º 0.3% 0.93% -
XYZ 61.15 74.27 92 -
YUV 215.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 166 236 238 0.30 0.01 0 0.07 181.67 0.68 0.79
Hex A6 EC EE 1E 1 0 7 B6 44 4F
Octal 246 354 356 36 1 0 7 266 104 117
Binary 10100110 11101100 11101110 11110 1 0 111 10110110 1000100 1001111

Color Harmonies of #A6ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECEE

Black with #A6ECEE

Text Example


Text Example

White with #A6ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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