Html Css Color HEX #A2F9ED Pale Turquoise

📋 copy color: '#A2F9ED'

red 162 ◦ green 249 ◦ blue 237

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

Shades of Pale Turquoise #A2F9ED

Tints of Pale Turquoise #A2F9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.43%

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

R = 25%
G = 38.43%
B = 36.57%

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

#A2F9ED (or 0xA2F9ED) is known color: Pale Turquoise. HEX triplet: A2, F9 and ED. RGB value is (162,249,237). Sum of RGB (Red+Green+Blue) = 162+249+237=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9ED is #5D0612. Grayscale: #DDDDDD. Windows color (decimal): -6096403 or 15595938. OLE color: 15595938.

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

Color convert

RGB 162 249 237 -
CMYK 0.35 0 0.05 0.02
HSL 171.72º 0.88% 0.81% -
HSV(B) 171.72º 0.35% 0.98% -
XYZ 64.06 81.55 92.48 -
YUV 221.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 162 249 237 0.35 0 0.05 0.02 171.72 0.88 0.81
Hex A2 F9 ED 23 0 5 2 AC 58 51
Octal 242 371 355 43 0 5 2 254 130 121
Binary 10100010 11111001 11101101 100011 0 101 10 10101100 1011000 1010001

Color Harmonies of #A2F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9ED

Black with #A2F9ED

Text Example


Text Example

White with #A2F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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