Html Css Color HEX #A6F9FF Pale Turquoise

📋 copy color: '#A6F9FF'

red 166 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #A6F9FF

Tints of Pale Turquoise #A6F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.16%

 BLUE value IS 255 (100% from 255) = 38.06%

R = 24.78%
G = 37.16%
B = 38.06%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6F9FF (or 0xA6F9FF) is known color: Pale Turquoise. HEX triplet: A6, F9 and FF. RGB value is (166,249,255). Sum of RGB (Red+Green+Blue) = 166+249+255=670 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.78% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9FF is #590600. Grayscale: #E0E0E0. Windows color (decimal): -5834241 or 16775590. OLE color: 16775590.

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

Color convert

RGB 166 249 255 -
CMYK 0.35 0.02 0 0
HSL 184.04º 1% 0.83% -
HSV(B) 184.04º 0.35% 1% -
XYZ 67.65 83.08 107.08 -
YUV 224.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 166 249 255 0.35 0.02 0 0 184.04 1 0.83
Hex A6 F9 FF 23 2 0 0 B8 64 53
Octal 246 371 377 43 2 0 0 270 144 123
Binary 10100110 11111001 11111111 100011 10 0 0 10111000 1100100 1010011

Color Harmonies of #A6F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F9FF

Black with #A6F9FF

Text Example


Text Example

White with #A6F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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