Html Css Color HEX #A6FFEB Pale Turquoise

📋 copy color: '#A6FFEB'

red 166 ◦ green 255 ◦ blue 235

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

Shades of Pale Turquoise #A6FFEB

Tints of Pale Turquoise #A6FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

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

R = 25.3%
G = 38.87%
B = 35.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#A6FFEB (or 0xA6FFEB) is known color: Pale Turquoise. HEX triplet: A6, FF and EB. RGB value is (166,255,235). Sum of RGB (Red+Green+Blue) = 166+255+235=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFEB is #590014. Grayscale: #E2E2E2. Windows color (decimal): -5832725 or 15466406. OLE color: 15466406.

HSL color Cylindrical-coordinate representation of color #A6FFEB: hue angle of 166.52º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFEB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 166 255 235 -
CMYK 0.35 0 0.08 0
HSL 166.52º 1% 0.83% -
HSV(B) 166.52º 0.35% 1% -
XYZ 66.48 85.63 91.62 -
YUV 226.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 166 255 235 0.35 0 0.08 0 166.52 1 0.83
Hex A6 FF EB 23 0 8 0 A7 64 53
Octal 246 377 353 43 0 10 0 247 144 123
Binary 10100110 11111111 11101011 100011 0 1000 0 10100111 1100100 1010011

Color Harmonies of #A6FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFEB

Black with #A6FFEB

Text Example


Text Example

White with #A6FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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