Html Css Color HEX #A2FCF2 Pale Turquoise

📋 copy color: '#A2FCF2'

red 162 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #A2FCF2

Tints of Pale Turquoise #A2FCF2

RGB

 RED value IS 162 (63.67% from 255) = 24.7%

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

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

R = 24.7%
G = 38.41%
B = 36.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A2FCF2 (or 0xA2FCF2) is known color: Pale Turquoise. HEX triplet: A2, FC and F2. RGB value is (162,252,242). Sum of RGB (Red+Green+Blue) = 162+252+242=656 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.70% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCF2 is #5D030D. Grayscale: #DFDFDF. Windows color (decimal): -6095630 or 15924386. OLE color: 15924386.

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

Color convert

RGB 162 252 242 -
CMYK 0.36 0 0.04 0.01
HSL 173.33º 0.94% 0.81% -
HSV(B) 173.33º 0.36% 0.99% -
XYZ 65.74 83.71 96.7 -
YUV 223.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 162 252 242 0.36 0 0.04 0.01 173.33 0.94 0.81
Hex A2 FC F2 24 0 4 1 AD 5E 51
Octal 242 374 362 44 0 4 1 255 136 121
Binary 10100010 11111100 11110010 100100 0 100 1 10101101 1011110 1010001

Color Harmonies of #A2FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCF2

Black with #A2FCF2

Text Example


Text Example

White with #A2FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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