Html Css Color HEX #A2FDE9 Pale Turquoise

📋 copy color: '#A2FDE9'

red 162 ◦ green 253 ◦ blue 233

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

Shades of Pale Turquoise #A2FDE9

Tints of Pale Turquoise #A2FDE9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

 BLUE value IS 233 (91.41% from 255) = 35.96%

R = 25%
G = 39.04%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#A2FDE9 (or 0xA2FDE9) is known color: Pale Turquoise. HEX triplet: A2, FD and E9. RGB value is (162,253,233). Sum of RGB (Red+Green+Blue) = 162+253+233=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FDE9 is #5D0216. Grayscale: #DFDFDF. Windows color (decimal): -6095383 or 15334818. OLE color: 15334818.

HSL color Cylindrical-coordinate representation of color #A2FDE9: hue angle of 166.81º degrees, saturation: 0.96, 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 #A2FDE9 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 233 -
CMYK 0.36 0 0.08 0.01
HSL 166.81º 0.96% 0.81% -
HSV(B) 166.81º 0.36% 0.99% -
XYZ 64.73 83.82 89.86 -
YUV 223.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 162 253 233 0.36 0 0.08 0.01 166.81 0.96 0.81
Hex A2 FD E9 24 0 8 1 A7 60 51
Octal 242 375 351 44 0 10 1 247 140 121
Binary 10100010 11111101 11101001 100100 0 1000 1 10100111 1100000 1010001

Color Harmonies of #A2FDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDE9

Black with #A2FDE9

Text Example


Text Example

White with #A2FDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDE9; }

 p { color: rgb(162,253,233); }

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

background-color css

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

 a { background-color: rgb(162,253,233); }

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

border-color css

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

 span { border-color: rgb(162,253,233); }

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