Html Css Color HEX #A4FCF2 Pale Turquoise

📋 copy color: '#A4FCF2'

red 164 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #A4FCF2

Tints of Pale Turquoise #A4FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 242 (94.92% from 255) = 36.78%

R = 24.92%
G = 38.3%
B = 36.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A4FCF2 (or 0xA4FCF2) is known color: Pale Turquoise. HEX triplet: A4, FC and F2. RGB value is (164,252,242). Sum of RGB (Red+Green+Blue) = 164+252+242=658 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.92% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCF2 is #5B030D. Grayscale: #E0E0E0. Windows color (decimal): -5964558 or 15924388. OLE color: 15924388.

HSL color Cylindrical-coordinate representation of color #A4FCF2: hue angle of 173.18º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCF2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 252 242 -
CMYK 0.35 0 0.04 0.01
HSL 173.18º 0.94% 0.82% -
HSV(B) 173.18º 0.35% 0.99% -
XYZ 66.15 83.92 96.72 -
YUV 224.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 164 252 242 0.35 0 0.04 0.01 173.18 0.94 0.82
Hex A4 FC F2 23 0 4 1 AD 5E 52
Octal 244 374 362 43 0 4 1 255 136 122
Binary 10100100 11111100 11110010 100011 0 100 1 10101101 1011110 1010010

Color Harmonies of #A4FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FCF2

Black with #A4FCF2

Text Example


Text Example

White with #A4FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FCF2; }

 p { color: rgb(164,252,242); }

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

background-color css

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

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

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

border-color css

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

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

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