Html Css Color HEX #A0FFEA Pale Turquoise

📋 copy color: '#A0FFEA'

red 160 ◦ green 255 ◦ blue 234

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

Shades of Pale Turquoise #A0FFEA

Tints of Pale Turquoise #A0FFEA

RGB

 RED value IS 160 (62.89% from 255) = 24.65%

 GREEN value IS 255 (100% from 255) = 39.29%

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

R = 24.65%
G = 39.29%
B = 36.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#A0FFEA (or 0xA0FFEA) is known color: Pale Turquoise. HEX triplet: A0, FF and EA. RGB value is (160,255,234). Sum of RGB (Red+Green+Blue) = 160+255+234=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFEA is #5F0015. Grayscale: #E0E0E0. Windows color (decimal): -6225942 or 15400864. OLE color: 15400864.

HSL color Cylindrical-coordinate representation of color #A0FFEA: hue angle of 166.74º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFEA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 234 -
CMYK 0.37 0 0.08 0
HSL 166.74º 1% 0.81% -
HSV(B) 166.74º 0.37% 1% -
XYZ 65.11 84.93 90.8 -
YUV 224.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 160 255 234 0.37 0 0.08 0 166.74 1 0.81
Hex A0 FF EA 25 0 8 0 A7 64 51
Octal 240 377 352 45 0 10 0 247 144 121
Binary 10100000 11111111 11101010 100101 0 1000 0 10100111 1100100 1010001

Color Harmonies of #A0FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFEA

Black with #A0FFEA

Text Example


Text Example

White with #A0FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFEA; }

 p { color: rgb(160,255,234); }

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

background-color css

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

 a { background-color: rgb(160,255,234); }

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

border-color css

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

 span { border-color: rgb(160,255,234); }

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