Html Css Color HEX #A4FAFF Pale Turquoise

📋 copy color: '#A4FAFF'

red 164 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #A4FAFF

Tints of Pale Turquoise #A4FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.37%

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

R = 24.51%
G = 37.37%
B = 38.12%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4FAFF (or 0xA4FAFF) is known color: Pale Turquoise. HEX triplet: A4, FA and FF. RGB value is (164,250,255). Sum of RGB (Red+Green+Blue) = 164+250+255=669 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.51% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAFF is #5B0500. Grayscale: #E0E0E0. Windows color (decimal): -5965057 or 16775844. OLE color: 16775844.

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

Color convert

RGB 164 250 255 -
CMYK 0.36 0.02 0 0
HSL 183.3º 1% 0.82% -
HSV(B) 183.3º 0.36% 1% -
XYZ 67.55 83.48 107.16 -
YUV 224.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 164 250 255 0.36 0.02 0 0 183.3 1 0.82
Hex A4 FA FF 24 2 0 0 B7 64 52
Octal 244 372 377 44 2 0 0 267 144 122
Binary 10100100 11111010 11111111 100100 10 0 0 10110111 1100100 1010010

Color Harmonies of #A4FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAFF

Black with #A4FAFF

Text Example


Text Example

White with #A4FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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