Html Css Color HEX #A6EFF7 Pale Turquoise

📋 copy color: '#A6EFF7'

red 166 ◦ green 239 ◦ blue 247

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

Shades of Pale Turquoise #A6EFF7

Tints of Pale Turquoise #A6EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.66%

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 25.46%
G = 36.66%
B = 37.88%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A6EFF7 (or 0xA6EFF7) is known color: Pale Turquoise. HEX triplet: A6, EF and F7. RGB value is (166,239,247). Sum of RGB (Red+Green+Blue) = 166+239+247=652 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.46% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6EFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF7 is #591008. Grayscale: #D9D9D9. Windows color (decimal): -5836809 or 16248742. OLE color: 16248742.

HSL color Cylindrical-coordinate representation of color #A6EFF7: hue angle of 185.93º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6EFF7 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 239 247 -
CMYK 0.33 0.03 0 0.03
HSL 185.93º 0.84% 0.81% -
HSV(B) 185.93º 0.33% 0.97% -
XYZ 63.38 76.56 99.43 -
YUV 218.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 166 239 247 0.33 0.03 0 0.03 185.93 0.84 0.81
Hex A6 EF F7 21 3 0 3 BA 54 51
Octal 246 357 367 41 3 0 3 272 124 121
Binary 10100110 11101111 11110111 100001 11 0 11 10111010 1010100 1010001

Color Harmonies of #A6EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EFF7

Black with #A6EFF7

Text Example


Text Example

White with #A6EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EFF7; }

 p { color: rgb(166,239,247); }

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

background-color css

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

 a { background-color: rgb(166,239,247); }

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

border-color css

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

 span { border-color: rgb(166,239,247); }

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