Html Css Color HEX #A2FEFA Pale Turquoise

📋 copy color: '#A2FEFA'

red 162 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #A2FEFA

Tints of Pale Turquoise #A2FEFA

RGB

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

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

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

R = 24.32%
G = 38.14%
B = 37.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#A2FEFA (or 0xA2FEFA) is known color: Pale Turquoise. HEX triplet: A2, FE and FA. RGB value is (162,254,250). Sum of RGB (Red+Green+Blue) = 162+254+250=666 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.32% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEFA is #5D0105. Grayscale: #E1E1E1. Windows color (decimal): -6095110 or 16449186. OLE color: 16449186.

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

Color convert

RGB 162 254 250 -
CMYK 0.36 0 0.02 0.00
HSL 177.39º 0.98% 0.82% -
HSV(B) 177.39º 0.36% 1% -
XYZ 67.6 85.47 103.38 -
YUV 226.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 162 254 250 0.36 0 0.02 0.00 177.39 0.98 0.82
Hex A2 FE FA 24 0 2 0 B1 62 52
Octal 242 376 372 44 0 2 0 261 142 122
Binary 10100010 11111110 11111010 100100 0 10 0 10110001 1100010 1010010

Color Harmonies of #A2FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEFA

Black with #A2FEFA

Text Example


Text Example

White with #A2FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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