Html Css Color HEX #A6EAEA Pale Turquoise

📋 copy color: '#A6EAEA'

red 166 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #A6EAEA

Tints of Pale Turquoise #A6EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.91%

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 26.18%
G = 36.91%
B = 36.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6EAEA (or 0xA6EAEA) is known color: Pale Turquoise. HEX triplet: A6, EA and EA. RGB value is (166,234,234). Sum of RGB (Red+Green+Blue) = 166+234+234=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #A6EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAEA is #591515. Grayscale: #D5D5D5. Windows color (decimal): -5838102 or 15395494. OLE color: 15395494.

HSL color Cylindrical-coordinate representation of color #A6EAEA: hue angle of 180º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAEA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 234 -
CMYK 0.29 0 0 0.08
HSL 180º 0.62% 0.78% -
HSV(B) 180º 0.29% 0.92% -
XYZ 60 72.89 88.75 -
YUV 213.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 166 234 234 0.29 0 0 0.08 180 0.62 0.78
Hex A6 EA EA 1D 0 0 8 B4 3E 4E
Octal 246 352 352 35 0 0 10 264 76 116
Binary 10100110 11101010 11101010 11101 0 0 1000 10110100 111110 1001110

Color Harmonies of #A6EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAEA

Black with #A6EAEA

Text Example


Text Example

White with #A6EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAEA; }

 p { color: rgb(166,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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