Html Css Color HEX #A0EBE3 Pale Turquoise

📋 copy color: '#A0EBE3'

red 160 ◦ green 235 ◦ blue 227

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

Shades of Pale Turquoise #A0EBE3

Tints of Pale Turquoise #A0EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 25.72%
G = 37.78%
B = 36.5%

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

#A0EBE3 (or 0xA0EBE3) is known color: Pale Turquoise. HEX triplet: A0, EB and E3. RGB value is (160,235,227). Sum of RGB (Red+Green+Blue) = 160+235+227=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBE3 is #5F141C. Grayscale: #D3D3D3. Windows color (decimal): -6231069 or 14936992. OLE color: 14936992.

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

Color convert

RGB 160 235 227 -
CMYK 0.32 0 0.03 0.08
HSL 173.6º 0.65% 0.77% -
HSV(B) 173.6º 0.32% 0.92% -
XYZ 58.07 72.44 83.59 -
YUV 211.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 160 235 227 0.32 0 0.03 0.08 173.6 0.65 0.77
Hex A0 EB E3 20 0 3 8 AE 41 4D
Octal 240 353 343 40 0 3 10 256 101 115
Binary 10100000 11101011 11100011 100000 0 11 1000 10101110 1000001 1001101

Color Harmonies of #A0EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBE3

Black with #A0EBE3

Text Example


Text Example

White with #A0EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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