Html Css Color HEX #A0EDE9 Pale Turquoise

📋 copy color: '#A0EDE9'

red 160 ◦ green 237 ◦ blue 233

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

Shades of Pale Turquoise #A0EDE9

Tints of Pale Turquoise #A0EDE9

RGB

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

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

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

R = 25.4%
G = 37.62%
B = 36.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A0EDE9 (or 0xA0EDE9) is known color: Pale Turquoise. HEX triplet: A0, ED and E9. RGB value is (160,237,233). Sum of RGB (Red+Green+Blue) = 160+237+233=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDE9 is #5F1216. Grayscale: #D5D5D5. Windows color (decimal): -6230551 or 15330720. OLE color: 15330720.

HSL color Cylindrical-coordinate representation of color #A0EDE9: hue angle of 176.88º 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 #A0EDE9 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 233 -
CMYK 0.32 0 0.02 0.07
HSL 176.88º 0.68% 0.78% -
HSV(B) 176.88º 0.32% 0.93% -
XYZ 59.49 73.93 88.22 -
YUV 213.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 160 237 233 0.32 0 0.02 0.07 176.88 0.68 0.78
Hex A0 ED E9 20 0 2 7 B1 44 4E
Octal 240 355 351 40 0 2 7 261 104 116
Binary 10100000 11101101 11101001 100000 0 10 111 10110001 1000100 1001110

Color Harmonies of #A0EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDE9

Black with #A0EDE9

Text Example


Text Example

White with #A0EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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