Html Css Color HEX #A6FFFF Pale Turquoise

📋 copy color: '#A6FFFF'

red 166 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #A6FFFF

Tints of Pale Turquoise #A6FFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.72%

R = 24.56%
G = 37.72%
B = 37.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6FFFF (or 0xA6FFFF) is known color: Pale Turquoise. HEX triplet: A6, FF and FF. RGB value is (166,255,255). Sum of RGB (Red+Green+Blue) = 166+255+255=676 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.56% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A6FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFFF is #590000. Grayscale: #E4E4E4. Windows color (decimal): -5832705 or 16777126. OLE color: 16777126.

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

Color convert

RGB 166 255 255 -
CMYK 0.35 0 0 0
HSL 180º 1% 0.83% -
HSV(B) 180º 0.35% 1% -
XYZ 69.54 86.85 107.71 -
YUV 228.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 166 255 255 0.35 0 0 0 180 1 0.83
Hex A6 FF FF 23 0 0 0 B4 64 53
Octal 246 377 377 43 0 0 0 264 144 123
Binary 10100110 11111111 11111111 100011 0 0 0 10110100 1100100 1010011

Color Harmonies of #A6FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFFF

Black with #A6FFFF

Text Example


Text Example

White with #A6FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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