Html Css Color HEX #A2FCEA Pale Turquoise

📋 copy color: '#A2FCEA'

red 162 ◦ green 252 ◦ blue 234

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

Shades of Pale Turquoise #A2FCEA

Tints of Pale Turquoise #A2FCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#A2FCEA (or 0xA2FCEA) is known color: Pale Turquoise. HEX triplet: A2, FC and EA. RGB value is (162,252,234). Sum of RGB (Red+Green+Blue) = 162+252+234=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCEA is #5D0315. Grayscale: #DFDFDF. Windows color (decimal): -6095638 or 15400098. OLE color: 15400098.

HSL color Cylindrical-coordinate representation of color #A2FCEA: hue angle of 168º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCEA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 252 234 -
CMYK 0.36 0 0.07 0.01
HSL 168º 0.94% 0.81% -
HSV(B) 168º 0.36% 0.99% -
XYZ 64.56 83.24 90.51 -
YUV 223.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 162 252 234 0.36 0 0.07 0.01 168 0.94 0.81
Hex A2 FC EA 24 0 7 1 A8 5E 51
Octal 242 374 352 44 0 7 1 250 136 121
Binary 10100010 11111100 11101010 100100 0 111 1 10101000 1011110 1010001

Color Harmonies of #A2FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCEA

Black with #A2FCEA

Text Example


Text Example

White with #A2FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCEA; }

 p { color: rgb(162,252,234); }

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

background-color css

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

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

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

border-color css

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

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

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