Html Css Color HEX #A6FCF2 Pale Turquoise

📋 copy color: '#A6FCF2'

red 166 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #A6FCF2

Tints of Pale Turquoise #A6FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.18%

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 25.15%
G = 38.18%
B = 36.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A6FCF2 (or 0xA6FCF2) is known color: Pale Turquoise. HEX triplet: A6, FC and F2. RGB value is (166,252,242). Sum of RGB (Red+Green+Blue) = 166+252+242=660 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.15% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCF2 is #59030D. Grayscale: #E1E1E1. Windows color (decimal): -5833486 or 15924390. OLE color: 15924390.

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

Color convert

RGB 166 252 242 -
CMYK 0.34 0 0.04 0.01
HSL 173.02º 0.93% 0.82% -
HSV(B) 173.02º 0.34% 0.99% -
XYZ 66.56 84.14 96.74 -
YUV 225.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 166 252 242 0.34 0 0.04 0.01 173.02 0.93 0.82
Hex A6 FC F2 22 0 4 1 AD 5D 52
Octal 246 374 362 42 0 4 1 255 135 122
Binary 10100110 11111100 11110010 100010 0 100 1 10101101 1011101 1010010

Color Harmonies of #A6FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCF2

Black with #A6FCF2

Text Example


Text Example

White with #A6FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCF2; }

 p { color: rgb(166,252,242); }

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

background-color css

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

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

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

border-color css

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

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

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