Html Css Color HEX #A0EBE8 Pale Turquoise

📋 copy color: '#A0EBE8'

red 160 ◦ green 235 ◦ blue 232

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

Shades of Pale Turquoise #A0EBE8

Tints of Pale Turquoise #A0EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37%

R = 25.52%
G = 37.48%
B = 37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A0EBE8 (or 0xA0EBE8) is known color: Pale Turquoise. HEX triplet: A0, EB and E8. RGB value is (160,235,232). Sum of RGB (Red+Green+Blue) = 160+235+232=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBE8 is #5F1417. Grayscale: #D4D4D4. Windows color (decimal): -6231064 or 15264672. OLE color: 15264672.

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

Color convert

RGB 160 235 232 -
CMYK 0.32 0 0.01 0.08
HSL 177.6º 0.65% 0.77% -
HSV(B) 177.6º 0.32% 0.92% -
XYZ 58.77 72.72 87.28 -
YUV 212.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 160 235 232 0.32 0 0.01 0.08 177.6 0.65 0.77
Hex A0 EB E8 20 0 1 8 B2 41 4D
Octal 240 353 350 40 0 1 10 262 101 115
Binary 10100000 11101011 11101000 100000 0 1 1000 10110010 1000001 1001101

Color Harmonies of #A0EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBE8

Black with #A0EBE8

Text Example


Text Example

White with #A0EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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