Html Css Color HEX #A6FAF1 Pale Turquoise

📋 copy color: '#A6FAF1'

red 166 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #A6FAF1

Tints of Pale Turquoise #A6FAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.05%

 BLUE value IS 241 (94.53% from 255) = 36.68%

R = 25.27%
G = 38.05%
B = 36.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A6FAF1 (or 0xA6FAF1) is known color: Pale Turquoise. HEX triplet: A6, FA and F1. RGB value is (166,250,241). Sum of RGB (Red+Green+Blue) = 166+250+241=657 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.27% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAF1 is #59050E. Grayscale: #DFDFDF. Windows color (decimal): -5833999 or 15858342. OLE color: 15858342.

HSL color Cylindrical-coordinate representation of color #A6FAF1: hue angle of 173.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAF1 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 241 -
CMYK 0.34 0 0.04 0.02
HSL 173.57º 0.89% 0.82% -
HSV(B) 173.57º 0.34% 0.98% -
XYZ 65.79 82.83 95.74 -
YUV 223.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 166 250 241 0.34 0 0.04 0.02 173.57 0.89 0.82
Hex A6 FA F1 22 0 4 2 AE 59 52
Octal 246 372 361 42 0 4 2 256 131 122
Binary 10100110 11111010 11110001 100010 0 100 10 10101110 1011001 1010010

Color Harmonies of #A6FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAF1

Black with #A6FAF1

Text Example


Text Example

White with #A6FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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