Html Css Color HEX #A6FFF3 Pale Turquoise

📋 copy color: '#A6FFF3'

red 166 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #A6FFF3

Tints of Pale Turquoise #A6FFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.6%

R = 25%
G = 38.4%
B = 36.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#A6FFF3 (or 0xA6FFF3) is known color: Pale Turquoise. HEX triplet: A6, FF and F3. RGB value is (166,255,243). Sum of RGB (Red+Green+Blue) = 166+255+243=664 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF3 is #59000C. Grayscale: #E2E2E2. Windows color (decimal): -5832717 or 15990694. OLE color: 15990694.

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

Color convert

RGB 166 255 243 -
CMYK 0.35 0 0.05 0
HSL 171.91º 1% 0.83% -
HSV(B) 171.91º 0.35% 1% -
XYZ 67.66 86.1 97.85 -
YUV 227.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 166 255 243 0.35 0 0.05 0 171.91 1 0.83
Hex A6 FF F3 23 0 5 0 AC 64 53
Octal 246 377 363 43 0 5 0 254 144 123
Binary 10100110 11111111 11110011 100011 0 101 0 10101100 1100100 1010011

Color Harmonies of #A6FFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFF3

Black with #A6FFF3

Text Example


Text Example

White with #A6FFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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