Html Css Color HEX #A6F7FF Pale Turquoise

📋 copy color: '#A6F7FF'

red 166 ◦ green 247 ◦ blue 255

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

Shades of Pale Turquoise #A6F7FF

Tints of Pale Turquoise #A6F7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.98%

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

R = 24.85%
G = 36.98%
B = 38.17%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6F7FF (or 0xA6F7FF) is known color: Pale Turquoise. HEX triplet: A6, F7 and FF. RGB value is (166,247,255). Sum of RGB (Red+Green+Blue) = 166+247+255=668 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.85% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F7FF is #590800. Grayscale: #DFDFDF. Windows color (decimal): -5834753 or 16775078. OLE color: 16775078.

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

Color convert

RGB 166 247 255 -
CMYK 0.35 0.03 0 0
HSL 185.39º 1% 0.83% -
HSV(B) 185.39º 0.35% 1% -
XYZ 67.04 81.85 106.87 -
YUV 223.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 166 247 255 0.35 0.03 0 0 185.39 1 0.83
Hex A6 F7 FF 23 3 0 0 B9 64 53
Octal 246 367 377 43 3 0 0 271 144 123
Binary 10100110 11110111 11111111 100011 11 0 0 10111001 1100100 1010011

Color Harmonies of #A6F7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F7FF

Black with #A6F7FF

Text Example


Text Example

White with #A6F7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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