Html Css Color HEX #A4FAF7 Pale Turquoise

📋 copy color: '#A4FAF7'

red 164 ◦ green 250 ◦ blue 247

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

Shades of Pale Turquoise #A4FAF7

Tints of Pale Turquoise #A4FAF7

RGB

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

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

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

R = 24.81%
G = 37.82%
B = 37.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#A4FAF7 (or 0xA4FAF7) is known color: Pale Turquoise. HEX triplet: A4, FA and F7. RGB value is (164,250,247). Sum of RGB (Red+Green+Blue) = 164+250+247=661 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.81% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAF7 is #5B0508. Grayscale: #DFDFDF. Windows color (decimal): -5965065 or 16251556. OLE color: 16251556.

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

Color convert

RGB 164 250 247 -
CMYK 0.34 0 0.01 0.02
HSL 177.91º 0.9% 0.81% -
HSV(B) 177.91º 0.34% 0.98% -
XYZ 66.28 82.98 100.52 -
YUV 223.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 164 250 247 0.34 0 0.01 0.02 177.91 0.9 0.81
Hex A4 FA F7 22 0 1 2 B2 5A 51
Octal 244 372 367 42 0 1 2 262 132 121
Binary 10100100 11111010 11110111 100010 0 1 10 10110010 1011010 1010001

Color Harmonies of #A4FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAF7

Black with #A4FAF7

Text Example


Text Example

White with #A4FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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