Html Css Color HEX #A2FAFA Pale Turquoise

📋 copy color: '#A2FAFA'

red 162 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #A2FAFA

Tints of Pale Turquoise #A2FAFA

RGB

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

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

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

R = 24.47%
G = 37.76%
B = 37.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2FAFA (or 0xA2FAFA) is known color: Pale Turquoise. HEX triplet: A2, FA and FA. RGB value is (162,250,250). Sum of RGB (Red+Green+Blue) = 162+250+250=662 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.47% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #A2FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAFA is #5D0505. Grayscale: #DFDFDF. Windows color (decimal): -6096134 or 16448162. OLE color: 16448162.

HSL color Cylindrical-coordinate representation of color #A2FAFA: 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.35%. Process color model (Four color, CMYK) of #A2FAFA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 250 -
CMYK 0.35 0 0 0.02
HSL 180º 0.9% 0.81% -
HSV(B) 180º 0.35% 0.98% -
XYZ 66.34 82.95 102.96 -
YUV 223.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 162 250 250 0.35 0 0 0.02 180 0.9 0.81
Hex A2 FA FA 23 0 0 2 B4 5A 51
Octal 242 372 372 43 0 0 2 264 132 121
Binary 10100010 11111010 11111010 100011 0 0 10 10110100 1011010 1010001

Color Harmonies of #A2FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAFA

Black with #A2FAFA

Text Example


Text Example

White with #A2FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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