Html Css Color HEX #A6FDF9 Pale Turquoise

📋 copy color: '#A6FDF9'

red 166 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #A6FDF9

Tints of Pale Turquoise #A6FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.87%

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 24.85%
G = 37.87%
B = 37.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#A6FDF9 (or 0xA6FDF9) is known color: Pale Turquoise. HEX triplet: A6, FD and F9. RGB value is (166,253,249). Sum of RGB (Red+Green+Blue) = 166+253+249=668 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.85% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDF9 is #590206. Grayscale: #E2E2E2. Windows color (decimal): -5833223 or 16383398. OLE color: 16383398.

HSL color Cylindrical-coordinate representation of color #A6FDF9: hue angle of 177.24º degrees, saturation: 0.96, 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 #A6FDF9 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 253 249 -
CMYK 0.34 0 0.02 0.01
HSL 177.24º 0.96% 0.82% -
HSV(B) 177.24º 0.34% 0.99% -
XYZ 67.95 85.2 102.49 -
YUV 226.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 166 253 249 0.34 0 0.02 0.01 177.24 0.96 0.82
Hex A6 FD F9 22 0 2 1 B1 60 52
Octal 246 375 371 42 0 2 1 261 140 122
Binary 10100110 11111101 11111001 100010 0 10 1 10110001 1100000 1010010

Color Harmonies of #A6FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FDF9

Black with #A6FDF9

Text Example


Text Example

White with #A6FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FDF9; }

 p { color: rgb(166,253,249); }

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

background-color css

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

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

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

border-color css

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

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

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