Html Css Color HEX #A7F6FF Pale Turquoise

📋 copy color: '#A7F6FF'

red 167 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #A7F6FF

Tints of Pale Turquoise #A7F6FF

RGB

 RED value IS 167 (65.63% from 255) = 25%

 GREEN value IS 246 (96.48% from 255) = 36.83%

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

R = 25%
G = 36.83%
B = 38.17%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7F6FF (or 0xA7F6FF) is known color: Pale Turquoise. HEX triplet: A7, F6 and FF. RGB value is (167,246,255). Sum of RGB (Red+Green+Blue) = 167+246+255=668 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25% from 668); Green value is 246 (96.48% from 255 or 36.83% 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 #A7F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F6FF is #580900. Grayscale: #DFDFDF. Windows color (decimal): -5769473 or 16774823. OLE color: 16774823.

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

Color convert

RGB 167 246 255 -
CMYK 0.35 0.04 0 0
HSL 186.14º 1% 0.83% -
HSV(B) 186.14º 0.35% 1% -
XYZ 66.94 81.35 106.78 -
YUV 223.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 167 246 255 0.35 0.04 0 0 186.14 1 0.83
Hex A7 F6 FF 23 4 0 0 BA 64 53
Octal 247 366 377 43 4 0 0 272 144 123
Binary 10100111 11110110 11111111 100011 100 0 0 10111010 1100100 1010011

Color Harmonies of #A7F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F6FF

Black with #A7F6FF

Text Example


Text Example

White with #A7F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F6FF; }

 p { color: rgb(167,246,255); }

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

background-color css

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

 a { background-color: rgb(167,246,255); }

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

border-color css

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

 span { border-color: rgb(167,246,255); }

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