Html Css Color HEX #A2FAEC Pale Turquoise

📋 copy color: '#A2FAEC'

red 162 ◦ green 250 ◦ blue 236

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

Shades of Pale Turquoise #A2FAEC

Tints of Pale Turquoise #A2FAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.42%

R = 25%
G = 38.58%
B = 36.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A2FAEC (or 0xA2FAEC) is known color: Pale Turquoise. HEX triplet: A2, FA and EC. RGB value is (162,250,236). Sum of RGB (Red+Green+Blue) = 162+250+236=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAEC is #5D0513. Grayscale: #DEDEDE. Windows color (decimal): -6096148 or 15530658. OLE color: 15530658.

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

Color convert

RGB 162 250 236 -
CMYK 0.35 0 0.06 0.02
HSL 170.45º 0.9% 0.81% -
HSV(B) 170.45º 0.35% 0.98% -
XYZ 64.23 82.11 91.82 -
YUV 222.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 162 250 236 0.35 0 0.06 0.02 170.45 0.9 0.81
Hex A2 FA EC 23 0 6 2 AA 5A 51
Octal 242 372 354 43 0 6 2 252 132 121
Binary 10100010 11111010 11101100 100011 0 110 10 10101010 1011010 1010001

Color Harmonies of #A2FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAEC

Black with #A2FAEC

Text Example


Text Example

White with #A2FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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