Html Css Color HEX #A2FEF0 Pale Turquoise

📋 copy color: '#A2FEF0'

red 162 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #A2FEF0

Tints of Pale Turquoise #A2FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.72%

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 24.7%
G = 38.72%
B = 36.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#A2FEF0 (or 0xA2FEF0) is known color: Pale Turquoise. HEX triplet: A2, FE and F0. RGB value is (162,254,240). Sum of RGB (Red+Green+Blue) = 162+254+240=656 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.70% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEF0 is #5D010F. Grayscale: #E0E0E0. Windows color (decimal): -6095120 or 15793826. OLE color: 15793826.

HSL color Cylindrical-coordinate representation of color #A2FEF0: hue angle of 170.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEF0 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 240 -
CMYK 0.36 0 0.06 0.00
HSL 170.87º 0.98% 0.82% -
HSV(B) 170.87º 0.36% 1% -
XYZ 66.07 84.86 95.33 -
YUV 224.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 162 254 240 0.36 0 0.06 0.00 170.87 0.98 0.82
Hex A2 FE F0 24 0 6 0 AB 62 52
Octal 242 376 360 44 0 6 0 253 142 122
Binary 10100010 11111110 11110000 100100 0 110 0 10101011 1100010 1010010

Color Harmonies of #A2FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEF0

Black with #A2FEF0

Text Example


Text Example

White with #A2FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEF0; }

 p { color: rgb(162,254,240); }

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

background-color css

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

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

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

border-color css

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

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

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