Html Css Color HEX #A0EBE5 Pale Turquoise

📋 copy color: '#A0EBE5'

red 160 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #A0EBE5

Tints of Pale Turquoise #A0EBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 25.64%
G = 37.66%
B = 36.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A0EBE5 (or 0xA0EBE5) is known color: Pale Turquoise. HEX triplet: A0, EB and E5. RGB value is (160,235,229). Sum of RGB (Red+Green+Blue) = 160+235+229=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBE5 is #5F141A. Grayscale: #D3D3D3. Windows color (decimal): -6231067 or 15068064. OLE color: 15068064.

HSL color Cylindrical-coordinate representation of color #A0EBE5: hue angle of 175.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBE5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 229 -
CMYK 0.32 0 0.03 0.08
HSL 175.2º 0.65% 0.77% -
HSV(B) 175.2º 0.32% 0.92% -
XYZ 58.35 72.55 85.06 -
YUV 211.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 160 235 229 0.32 0 0.03 0.08 175.2 0.65 0.77
Hex A0 EB E5 20 0 3 8 AF 41 4D
Octal 240 353 345 40 0 3 10 257 101 115
Binary 10100000 11101011 11100101 100000 0 11 1000 10101111 1000001 1001101

Color Harmonies of #A0EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBE5

Black with #A0EBE5

Text Example


Text Example

White with #A0EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBE5; }

 p { color: rgb(160,235,229); }

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

background-color css

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

 a { background-color: rgb(160,235,229); }

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

border-color css

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

 span { border-color: rgb(160,235,229); }

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