Html Css Color HEX #A4FFF7 Pale Turquoise

📋 copy color: '#A4FFF7'

red 164 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #A4FFF7

Tints of Pale Turquoise #A4FFF7

RGB

 RED value IS 164 (64.45% from 255) = 24.62%

 GREEN value IS 255 (100% from 255) = 38.29%

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

R = 24.62%
G = 38.29%
B = 37.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#A4FFF7 (or 0xA4FFF7) is known color: Pale Turquoise. HEX triplet: A4, FF and F7. RGB value is (164,255,247). Sum of RGB (Red+Green+Blue) = 164+255+247=666 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.62% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF7 is #5B0008. Grayscale: #E2E2E2. Windows color (decimal): -5963785 or 16252836. OLE color: 16252836.

HSL color Cylindrical-coordinate representation of color #A4FFF7: hue angle of 174.73º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFF7 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 247 -
CMYK 0.36 0 0.03 0
HSL 174.73º 1% 0.82% -
HSV(B) 174.73º 0.36% 1% -
XYZ 67.86 86.13 101.04 -
YUV 226.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 164 255 247 0.36 0 0.03 0 174.73 1 0.82
Hex A4 FF F7 24 0 3 0 AF 64 52
Octal 244 377 367 44 0 3 0 257 144 122
Binary 10100100 11111111 11110111 100100 0 11 0 10101111 1100100 1010010

Color Harmonies of #A4FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFF7

Black with #A4FFF7

Text Example


Text Example

White with #A4FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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