Html Css Color HEX #A6FFFA Pale Turquoise

📋 copy color: '#A6FFFA'

red 166 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #A6FFFA

Tints of Pale Turquoise #A6FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 24.74%
G = 38%
B = 37.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#A6FFFA (or 0xA6FFFA) is known color: Pale Turquoise. HEX triplet: A6, FF and FA. RGB value is (166,255,250). Sum of RGB (Red+Green+Blue) = 166+255+250=671 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.74% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFFA is #590005. Grayscale: #E3E3E3. Windows color (decimal): -5832710 or 16449446. OLE color: 16449446.

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

Color convert

RGB 166 255 250 -
CMYK 0.35 0 0.02 0
HSL 176.63º 1% 0.83% -
HSV(B) 176.63º 0.35% 1% -
XYZ 68.74 86.53 103.52 -
YUV 227.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 166 255 250 0.35 0 0.02 0 176.63 1 0.83
Hex A6 FF FA 23 0 2 0 B1 64 53
Octal 246 377 372 43 0 2 0 261 144 123
Binary 10100110 11111111 11111010 100011 0 10 0 10110001 1100100 1010011

Color Harmonies of #A6FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFFA

Black with #A6FFFA

Text Example


Text Example

White with #A6FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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