Html Css Color HEX #A2FAED Pale Turquoise

📋 copy color: '#A2FAED'

red 162 ◦ green 250 ◦ blue 237

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

Shades of Pale Turquoise #A2FAED

Tints of Pale Turquoise #A2FAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 24.96%
G = 38.52%
B = 36.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A2FAED (or 0xA2FAED) is known color: Pale Turquoise. HEX triplet: A2, FA and ED. RGB value is (162,250,237). Sum of RGB (Red+Green+Blue) = 162+250+237=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAED is #5D0512. Grayscale: #DEDEDE. Windows color (decimal): -6096147 or 15596194. OLE color: 15596194.

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

Color convert

RGB 162 250 237 -
CMYK 0.35 0 0.05 0.02
HSL 171.14º 0.9% 0.81% -
HSV(B) 171.14º 0.35% 0.98% -
XYZ 64.37 82.17 92.59 -
YUV 222.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 162 250 237 0.35 0 0.05 0.02 171.14 0.9 0.81
Hex A2 FA ED 23 0 5 2 AB 5A 51
Octal 242 372 355 43 0 5 2 253 132 121
Binary 10100010 11111010 11101101 100011 0 101 10 10101011 1011010 1010001

Color Harmonies of #A2FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAED

Black with #A2FAED

Text Example


Text Example

White with #A2FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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