Html Css Color HEX #A6F8FA Pale Turquoise

📋 copy color: '#A6F8FA'

red 166 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #A6F8FA

Tints of Pale Turquoise #A6F8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.35%

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

R = 25%
G = 37.35%
B = 37.65%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6F8FA (or 0xA6F8FA) is known color: Pale Turquoise. HEX triplet: A6, F8 and FA. RGB value is (166,248,250). Sum of RGB (Red+Green+Blue) = 166+248+250=664 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8FA is #590705. Grayscale: #DFDFDF. Windows color (decimal): -5834502 or 16447654. OLE color: 16447654.

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

Color convert

RGB 166 248 250 -
CMYK 0.34 0.01 0 0.02
HSL 181.43º 0.89% 0.82% -
HSV(B) 181.43º 0.34% 0.98% -
XYZ 66.55 82.14 102.79 -
YUV 223.71 142.83 86.84 -
System Red Green Blue C M Y K H S L
Decimal 166 248 250 0.34 0.01 0 0.02 181.43 0.89 0.82
Hex A6 F8 FA 22 1 0 2 B5 59 52
Octal 246 370 372 42 1 0 2 265 131 122
Binary 10100110 11111000 11111010 100010 1 0 10 10110101 1011001 1010010

Color Harmonies of #A6F8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F8FA

Black with #A6F8FA

Text Example


Text Example

White with #A6F8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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