Html Css Color HEX #A4FAFA Pale Turquoise

📋 copy color: '#A4FAFA'

red 164 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #A4FAFA

Tints of Pale Turquoise #A4FAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 24.7%
G = 37.65%
B = 37.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4FAFA (or 0xA4FAFA) is known color: Pale Turquoise. HEX triplet: A4, FA and FA. RGB value is (164,250,250). Sum of RGB (Red+Green+Blue) = 164+250+250=664 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.70% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #A4FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAFA is #5B0505. Grayscale: #E0E0E0. Windows color (decimal): -5965062 or 16448164. OLE color: 16448164.

HSL color Cylindrical-coordinate representation of color #A4FAFA: hue angle of 180º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAFA is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 250 250 -
CMYK 0.34 0 0 0.02
HSL 180º 0.9% 0.81% -
HSV(B) 180º 0.34% 0.98% -
XYZ 66.75 83.17 102.98 -
YUV 224.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 164 250 250 0.34 0 0 0.02 180 0.9 0.81
Hex A4 FA FA 22 0 0 2 B4 5A 51
Octal 244 372 372 42 0 0 2 264 132 121
Binary 10100100 11111010 11111010 100010 0 0 10 10110100 1011010 1010001

Color Harmonies of #A4FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAFA

Black with #A4FAFA

Text Example


Text Example

White with #A4FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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