Html Css Color HEX #A4FFFF Pale Turquoise

📋 copy color: '#A4FFFF'

red 164 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #A4FFFF

Tints of Pale Turquoise #A4FFFF

RGB

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

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

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

R = 24.33%
G = 37.83%
B = 37.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4FFFF (or 0xA4FFFF) is known color: Pale Turquoise. HEX triplet: A4, FF and FF. RGB value is (164,255,255). Sum of RGB (Red+Green+Blue) = 164+255+255=674 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.33% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A4FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFFF is #5B0000. Grayscale: #E3E3E3. Windows color (decimal): -5963777 or 16777124. OLE color: 16777124.

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

Color convert

RGB 164 255 255 -
CMYK 0.36 0 0 0
HSL 180º 1% 0.82% -
HSV(B) 180º 0.36% 1% -
XYZ 69.12 86.63 107.69 -
YUV 227.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 164 255 255 0.36 0 0 0 180 1 0.82
Hex A4 FF FF 24 0 0 0 B4 64 52
Octal 244 377 377 44 0 0 0 264 144 122
Binary 10100100 11111111 11111111 100100 0 0 0 10110100 1100100 1010010

Color Harmonies of #A4FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFFF

Black with #A4FFFF

Text Example


Text Example

White with #A4FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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