Html Css Color HEX #A0EBE9 Pale Turquoise

📋 copy color: '#A0EBE9'

red 160 ◦ green 235 ◦ blue 233

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

Shades of Pale Turquoise #A0EBE9

Tints of Pale Turquoise #A0EBE9

RGB

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

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

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

R = 25.48%
G = 37.42%
B = 37.1%

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

#A0EBE9 (or 0xA0EBE9) is known color: Pale Turquoise. HEX triplet: A0, EB and E9. RGB value is (160,235,233). Sum of RGB (Red+Green+Blue) = 160+235+233=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBE9 is #5F1416. Grayscale: #D4D4D4. Windows color (decimal): -6231063 or 15330208. OLE color: 15330208.

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

Color convert

RGB 160 235 233 -
CMYK 0.32 0 0.01 0.08
HSL 178.4º 0.65% 0.77% -
HSV(B) 178.4º 0.32% 0.92% -
XYZ 58.91 72.77 88.03 -
YUV 212.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 160 235 233 0.32 0 0.01 0.08 178.4 0.65 0.77
Hex A0 EB E9 20 0 1 8 B2 41 4D
Octal 240 353 351 40 0 1 10 262 101 115
Binary 10100000 11101011 11101001 100000 0 1 1000 10110010 1000001 1001101

Color Harmonies of #A0EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBE9

Black with #A0EBE9

Text Example


Text Example

White with #A0EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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