Html Css Color HEX #A0EDE2 Pale Turquoise

📋 copy color: '#A0EDE2'

red 160 ◦ green 237 ◦ blue 226

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

Shades of Pale Turquoise #A0EDE2

Tints of Pale Turquoise #A0EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 25.68%
G = 38.04%
B = 36.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A0EDE2 (or 0xA0EDE2) is known color: Pale Turquoise. HEX triplet: A0, ED and E2. RGB value is (160,237,226). Sum of RGB (Red+Green+Blue) = 160+237+226=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDE2 is #5F121D. Grayscale: #D4D4D4. Windows color (decimal): -6230558 or 14871968. OLE color: 14871968.

HSL color Cylindrical-coordinate representation of color #A0EDE2: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDE2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 226 -
CMYK 0.32 0 0.05 0.07
HSL 171.43º 0.68% 0.78% -
HSV(B) 171.43º 0.32% 0.93% -
XYZ 58.51 73.53 83.06 -
YUV 212.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 160 237 226 0.32 0 0.05 0.07 171.43 0.68 0.78
Hex A0 ED E2 20 0 5 7 AB 44 4E
Octal 240 355 342 40 0 5 7 253 104 116
Binary 10100000 11101101 11100010 100000 0 101 111 10101011 1000100 1001110

Color Harmonies of #A0EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDE2

Black with #A0EDE2

Text Example


Text Example

White with #A0EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDE2; }

 p { color: rgb(160,237,226); }

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

background-color css

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

 a { background-color: rgb(160,237,226); }

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

border-color css

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

 span { border-color: rgb(160,237,226); }

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