Html Css Color HEX #A6E9E5 Pale Turquoise

📋 copy color: '#A6E9E5'

red 166 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #A6E9E5

Tints of Pale Turquoise #A6E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 26.43%
G = 37.1%
B = 36.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#A6E9E5 (or 0xA6E9E5) is known color: Pale Turquoise. HEX triplet: A6, E9 and E5. RGB value is (166,233,229). Sum of RGB (Red+Green+Blue) = 166+233+229=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9E5 is #59161A. Grayscale: #D4D4D4. Windows color (decimal): -5838363 or 15067558. OLE color: 15067558.

HSL color Cylindrical-coordinate representation of color #A6E9E5: hue angle of 176.42º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9E5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 233 229 -
CMYK 0.29 0 0.02 0.09
HSL 176.42º 0.6% 0.78% -
HSV(B) 176.42º 0.29% 0.91% -
XYZ 59.01 72.04 84.92 -
YUV 212.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 166 233 229 0.29 0 0.02 0.09 176.42 0.6 0.78
Hex A6 E9 E5 1D 0 2 9 B0 3C 4E
Octal 246 351 345 35 0 2 11 260 74 116
Binary 10100110 11101001 11100101 11101 0 10 1001 10110000 111100 1001110

Color Harmonies of #A6E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E9E5

Black with #A6E9E5

Text Example


Text Example

White with #A6E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E9E5; }

 p { color: rgb(166,233,229); }

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

background-color css

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

 a { background-color: rgb(166,233,229); }

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

border-color css

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

 span { border-color: rgb(166,233,229); }

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